compile_analyses.py: use correct variables in exceptions
Compare changes
+ 7
− 6
@@ -37,8 +37,8 @@ class PathNotFoundError(Exception):
@@ -47,8 +47,8 @@ class NoAnalysesFoundError(Exception):
@@ -59,7 +59,8 @@ class CompilationError(Exception):
@@ -111,7 +112,7 @@ def _compile_all(benchmark,dir):