Skip to content
Snippets Groups Projects
Commit 42fd1524 authored by Edward Moyse's avatar Edward Moyse
Browse files

Missing colon: syntax error in python

parent 7d226147
No related branches found
No related tags found
1 merge request!71777Fix config to avoid early exit
Pipeline #7467430 passed
......@@ -175,7 +175,7 @@ if __name__=="__main__":
args = flags.fillFromArgs(parser=parser)
if args.help
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