WIP lookup commands

This commit is contained in:
DiG 2022-01-17 13:01:36 +01:00
parent 70f3b9d49a
commit 2ff75d4d83
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ def lookup_model( muid ):
recursive = False
if ( 'recursive' in OPTS and OPTS['recursive'] ): # or ( 'format' in OPTS and 'json' in OPTS['format'] ):
recursive = OPTS['recursive']
if type(recursive) == str:
recursive = recursive.split(',')
eprint( "> Recursive: %s" % (recursive) )
_tree = {}