bug fix: improve handling in registry

This commit is contained in:
Steve Nyemba 2024-06-14 20:05:12 -05:00
parent 24cdd9f8fe
commit 8aa6f2c93d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ def instance (**_args):
registry.load() if 'path' not in _args else registry.load(_args['path'])
if 'label' in _args and registry.isloaded():
_info = registry.get(_args['label'])
print(_info)
if _info :
#
_args = dict(_args,**_info)