Cleanup: update comments, remove ifdef'd code

This commit is contained in:
2021-03-15 11:27:37 +11:00
parent c23da7a5c9
commit 042f06ef3c
5 changed files with 24 additions and 38 deletions

View File

@@ -193,7 +193,7 @@ def main() -> None:
argv = (sys.argv[sys.argv.index("--") + 1:] if "--" in sys.argv else [])
# If we want full arg parsing.
# Use `argparse` for full arg parsing, for now this is enough.
relaxed = "--relaxed" not in argv
has_error = False