From 16753860937785df9893d0499413bb47e3662244 Mon Sep 17 00:00:00 2001 From: redshark1802 Date: Fri, 30 Nov 2012 23:00:03 +0100 Subject: [PATCH] fixed typo that created an invalid configuration file with the option '--save' --- lib/core/optiondict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",