We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2848f4 commit 9b78902Copy full SHA for 9b78902
config.py
@@ -37,9 +37,7 @@ def arg_parse() -> tuple:
37
exe = sys.executable or "python"
38
parser = argparse.ArgumentParser()
39
parser.add_argument("--port", type=int, default=7865, help="Listen port")
40
- parser.add_argument(
41
- "--pycmd", type=str, default=exe, help="Python command"
42
- )
+ parser.add_argument("--pycmd", type=str, default=exe, help="Python command")
43
parser.add_argument("--colab", action="store_true", help="Launch in colab")
44
parser.add_argument(
45
"--noparallel", action="store_true", help="Disable parallel processing"
0 commit comments