bug fix
This commit is contained in:
parent
5c2cf539ba
commit
46c54b0384
|
@ -91,7 +91,7 @@ def meta(config) :
|
|||
_info += get_field(_entry)
|
||||
else:
|
||||
_info += list(_entry.keys())
|
||||
elif set(['label','field','map']) & set(config[prefix].keys()):
|
||||
if set(['label','field','map']) & set(config[prefix].keys()):
|
||||
_entry = config[prefix]
|
||||
if 'map' in _entry :
|
||||
_info += get_field(_entry)
|
||||
|
|
|
@ -393,6 +393,7 @@ if __name__ == '__main__' :
|
|||
# pipes[0].run()
|
||||
|
||||
for thread in pipes:
|
||||
|
||||
if 'table' in SYS_ARGS and SYS_ARGS['table'] != thread.table :
|
||||
continue
|
||||
thread.start()
|
||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ import sys
|
|||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
args = {
|
||||
"name":"healthcareio","version":"1.6.0",
|
||||
"name":"healthcareio","version":"1.6.1",
|
||||
"author":"Vanderbilt University Medical Center",
|
||||
"author_email":"steve.l.nyemba@vumc.org",
|
||||
"include_package_data":True,
|
||||
|
|
Loading…
Reference in New Issue