We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9028be1 commit 9ff023aCopy full SHA for 9ff023a
1 file changed
Tools/wasm/wasi/__main__.py
@@ -580,7 +580,7 @@ def main():
580
"pythoninfo-host": pythoninfo_wasi_python,
581
"build": build_steps(build_build_python, build_wasi_python),
582
"clean": clean_contents,
583
- None: lambda args: parser.print_help()
+ None: lambda args: parser.print_help(),
584
}
585
dispatch[context.subcommand](context)
586
0 commit comments