Merge pull request #269 from redshark1802/master

fixed typo, wrong datatype for the option 'notString'
This commit is contained in:
Bernardo Damele 2012-12-01 16:08:23 -08:00
commit da97cc085e

View File

@ -76,7 +76,7 @@ optDict = {
"level": "integer",
"risk": "integer",
"string": "string",
"notString": "notString",
"notString": "string",
"regexp": "string",
"code": "integer",
"textOnly": "boolean",