Skip to content
Snippets Groups Projects

Add submit pol wrapper

Merged Matthew K Defenderfer requested to merge add-submit-pol-wrapper into main
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -129,7 +129,7 @@ def main():
if args['outfile'] is None:
args['outfile'] = create_default_outfile(args['device'])
if args['with_dir']:
if args['with_dirs']:
args['policy'] = './policy-def/list-path-dirplus'
else:
args['policy'] = './policy-def/list-path-external'
Loading