Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-03-15 03:27:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-15 06:48:17 +0300
commit042f06ef3cd8d2c39593258c5bc4198d647f573b (patch)
treede9a9c320c15b3eb15cab3bf8356fd77096721b4 /tests
parentc23da7a5c9079702a33ea2309d9ee1d714481237 (diff)
Cleanup: update comments, remove ifdef'd code
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_keymap_validate.py2
1 files changed, 1 insertions, 1 deletions
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