Steve Nyemba 4 年之前
父節點
當前提交
82126acfbd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      healthcareio/healthcare-io.py

+ 1 - 1
healthcareio/healthcare-io.py

@@ -351,7 +351,7 @@ if __name__ == '__main__' :
                 print ("\t- use pip to upgrade the codebase")
             else:
                 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:
             print (e)
             pass