Skip to content

Commit

Permalink
Need to import mhversion here too
Browse files Browse the repository at this point in the history
  • Loading branch information
joepal1976 committed Feb 28, 2018
1 parent d0e7a6a commit bd6517d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makehuman/makehuman.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def getVersionStr(verbose=True, full=False):
if isRelease() and not full:
return _versionStr()
else:
from mhversion import MHVersion
mhv = MHVersion()
return mhv.currentBranch + ":" + mhv.currentShortCommit

Expand Down

0 comments on commit bd6517d

Please sign in to comment.