From 33deb4df80de733ac25c4d4061c18b2e0eac39e7 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 10 Aug 2022 10:11:27 -0700 Subject: Upgrade to python 3.9. --- tests/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run_tests.py') diff --git a/tests/run_tests.py b/tests/run_tests.py index 6d6c0b8..bc1c09b 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -27,7 +27,7 @@ import text_utils import thread_utils logger = logging.getLogger(__name__) -args = config.add_commandline_args(f'({__file__})', 'Args related to __file__') +args = config.add_commandline_args(f'({__file__})', f'Args related to {__file__}') args.add_argument('--unittests', '-u', action='store_true', help='Run unittests.') args.add_argument('--doctests', '-d', action='store_true', help='Run doctests.') args.add_argument('--integration', '-i', action='store_true', help='Run integration tests.') -- cgit v1.3