aboutsummaryrefslogtreecommitdiff
path: root/modules/thesaurus.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-11-18 12:06:59 +0000
committerGravatar jesopo2019-11-18 12:06:59 +0000
commit9c4902dcfe2d016b71435ff4be348ea76a1cd7cf (patch)
tree2f1c8fd44be3758558c7b56b9672d95c299df1c6 /modules/thesaurus.py
parentv1.15.0-rc1 release (diff)
signature
"EventsResultsError"->"EventResultsError", move errors to utils.error
Diffstat (limited to 'modules/thesaurus.py')
-rw-r--r--modules/thesaurus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/thesaurus.py b/modules/thesaurus.py
index d2a0b3a4..df988c9e 100644
--- a/modules/thesaurus.py
+++ b/modules/thesaurus.py
@@ -46,4 +46,4 @@ class Module(ModuleManager.BaseModule):
else:
event["stderr"].write("Category not found")
else:
- raise utils.EventsResultsError()
+ raise utils.EventResultsError()