diff options
-rwxr-xr-x | run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index 3d85894..2e95689 100755 --- a/run_tests.py +++ b/run_tests.py @@ -48,7 +48,7 @@ meson_command = './meson.py' class StopException(Exception): def __init__(self): - super(Exception, self).__init__('Stopped by user') + super().__init__('Stopped by user') stop = False def stop_handler(signal, frame): |