aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_tests.py2
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):