Cleanup: update comments, remove ifdef'd code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user