run_tests: Bad first argument 'Exception' given to super()

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
pull/162/head
Igor Gnatenko 10 years ago
parent f1bc1e2757
commit 4dc8dbb7c1
  1. 2
      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):

Loading…
Cancel
Save