Skip to content
Snippets Groups Projects
Commit cbb2a739 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

fix typo

parent aec5e342
No related branches found
No related tags found
1 merge request!11Add submit pol wrapper
...@@ -129,7 +129,7 @@ def main(): ...@@ -129,7 +129,7 @@ def main():
if args['outfile'] is None: if args['outfile'] is None:
args['outfile'] = create_default_outfile(args['device']) args['outfile'] = create_default_outfile(args['device'])
if args['with_dir']: if args['with_dirs']:
args['policy'] = './policy-def/list-path-dirplus' args['policy'] = './policy-def/list-path-dirplus'
else: else:
args['policy'] = './policy-def/list-path-external' args['policy'] = './policy-def/list-path-external'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment