diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index 6e068db90..479e51905 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -76,7 +76,7 @@ optDict = { "level": "integer", "risk": "integer", "string": "string", - "notString": "notString", + "notString": "string", "regexp": "string", "code": "integer", "textOnly": "boolean",