Commit c24654c4 authored by Narcon Nicolas's avatar Narcon Nicolas
Browse files

REFAC: change __main__ content

1 merge request!2Resolve "Ready-to-use docker"
Pipeline #33914 passed with stages
in 12 minutes and 28 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -239,4 +239,4 @@ def main():
if __name__ == "__main__":
system.run_and_terminate(main)
sys.exit(main())
......@@ -180,4 +180,4 @@ def main():
if __name__ == "__main__":
system.run_and_terminate(main)
sys.exit(main())
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment