Skip to content
Snippets Groups Projects

Fix config to avoid early exit

Merged Riccardo Maria Bianchi requested to merge rbianchi-main-patch-05014 into main
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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()
Loading