Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da97cc0

Browse files
committed
Merge pull request #269 from redshark1802/master
fixed typo, wrong datatype for the option 'notString'
2 parents 0664e72 + 1675386 commit da97cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/optiondict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"level": "integer",
7777
"risk": "integer",
7878
"string": "string",
79-
"notString": "notString",
79+
"notString": "string",
8080
"regexp": "string",
8181
"code": "integer",
8282
"textOnly": "boolean",

0 commit comments

Comments
 (0)