Skip to content
Snippets Groups Projects
Commit 7d226147 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Fix config to avoid early exit

parent 036a7903
No related branches found
No related tags found
1 merge request!71777Fix config to avoid early exit
Pipeline #7466144 failed
......@@ -175,7 +175,7 @@ if __name__=="__main__":
args = flags.fillFromArgs(parser=parser)
if 'help' in args:
if args.help
# No point doing more here, since we just want to print the help.
sys.exit()
......
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