diff options
Diffstat (limited to 'testrunner/errors.py')
| -rwxr-xr-x | testrunner/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner/errors.py b/testrunner/errors.py index e24089918..c04fd012c 100755 --- a/testrunner/errors.py +++ b/testrunner/errors.py @@ -34,7 +34,7 @@ class AbortError(Exception): """Generic exception that indicates a fatal error has occurred and program execution should be aborted.""" - def __init__(self, msg="AbortError"): + def __init__(self, msg=""): self.msg = msg |
