bug fix
This commit is contained in:
parent
027824649f
commit
82126acfbd
|
@ -351,7 +351,7 @@ if __name__ == '__main__' :
|
||||||
print ("\t- use pip to upgrade the codebase")
|
print ("\t- use pip to upgrade the codebase")
|
||||||
else:
|
else:
|
||||||
print ()
|
print ()
|
||||||
print ("You are running the current configuraiton version ",_version.current)
|
print ("You are running the current configuraiton version ",_version['current'])
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print (e)
|
print (e)
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue