This commit is contained in:
DiG 2022-01-17 12:58:22 +01:00
parent 0625b3e414
commit 70f3b9d49a
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@ def lookup_file( muid, format ):
def lookup_model( muid ):
eprint( "> Lookup model: %s" % (muid) )
recursive = False
if ( 'recursive' in opts and opts['recursive'] ): # or ( 'format' in opts and 'json' in opts['format'] ):
recursive = opts['recursive']
if ( 'recursive' in OPTS and OPTS['recursive'] ): # or ( 'format' in OPTS and 'json' in OPTS['format'] ):
recursive = OPTS['recursive']
eprint( "> Recursive: %s" % (recursive) )
_tree = {}