From 042f06ef3cd8d2c39593258c5bc4198d647f573b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 15 Mar 2021 11:27:37 +1100 Subject: Cleanup: update comments, remove ifdef'd code --- tests/python/bl_keymap_validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/python') diff --git a/tests/python/bl_keymap_validate.py b/tests/python/bl_keymap_validate.py index 59b585b09d6..88c61df6125 100644 --- a/tests/python/bl_keymap_validate.py +++ b/tests/python/bl_keymap_validate.py @@ -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 -- cgit v1.2.3