diff options
-rw-r--r-- | scripts/motan/analyzers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/motan/analyzers.py b/scripts/motan/analyzers.py index 7392f739..214aeb05 100644 --- a/scripts/motan/analyzers.py +++ b/scripts/motan/analyzers.py @@ -264,7 +264,7 @@ class AnalyzerManager: if hdl is None: hdl = self.gen_datasets.get(dataset) if hdl is None: - raise error("Unknown dataset '%s'" % (dataset,)) + raise self.error("Unknown dataset '%s'" % (dataset,)) return hdl.get_label() def generate_datasets(self): # Generate raw data |