Skip to content
Snippets Groups Projects
Commit 8bf04cb7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Debugging

parent c50e0faa
Branches
No related tags found
No related merge requests found
Pipeline #9719 passed
......@@ -35,6 +35,7 @@ class Script:
prefix = '--' if parserType == 'options' else ''
if parserType in script_def:
for item in script_def[parserType]:
print('%s / %s' % (parserType, item))
for kw in script_def[parserType][item]:
if isinstance(script_def[parserType][item][kw], dict) and 'exec' in script_def[parserType][item][kw]:
result = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment