Merge branch 'dev' of lab/parse-edi into master

This commit is contained in:
steve 2020-12-22 01:23:28 -06:00 committed by Gogs
commit 8967fdfbd4
1 changed files with 1 additions and 1 deletions

View File

@ -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