putting kb.negativeLogic setting to the safe place

This commit is contained in:
Miroslav Stampar
2012-03-16 09:17:11 +00:00
parent 209e795369
commit 577caac4de
3 changed files with 2 additions and 10 deletions

View File

@@ -505,6 +505,8 @@ class Connect:
string match check ('--string' command line parameter)
"""
kb.negativeLogic = "OR NOT" in (value or "")
if conf.direct:
return direct(value, content)