aboutsummaryrefslogtreecommitdiff
path: root/debug/testlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/testlib.py')
-rw-r--r--debug/testlib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/testlib.py b/debug/testlib.py
index e003fdc..1b90caa 100644
--- a/debug/testlib.py
+++ b/debug/testlib.py
@@ -31,6 +31,7 @@ def find_file(path):
class CompileError(Exception):
def __init__(self, stdout, stderr):
+ super().__init__()
self.stdout = stdout
self.stderr = stderr