diff --git a/run_checks.py b/run_checks.py index b8d033d6c..ab539401b 100644 --- a/run_checks.py +++ b/run_checks.py @@ -23,7 +23,7 @@ def run(name, args=None): print('{}: {}'.format(e.__class__.__name__, e)) status[name] = None except Exception as e: - print(e) + print('{}: {}'.format(e.__class__.__name__, e)) status[name] = None print()