Update for an Issue #161 (changing default readInput value regarding the conf.multipleTargets)

This commit is contained in:
Miroslav Stampar
2012-08-22 16:06:09 +02:00
parent 4ab4fd1cb4
commit a62a874d59
2 changed files with 4 additions and 3 deletions

View File

@@ -1496,7 +1496,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.htmlFp = []
kb.httpErrorCodes = {}
kb.inferenceMode = False
kb.ignoreCasted = False
kb.ignoreCasted = None
kb.ignoreNotFound = False
kb.ignoreTimeout = False
kb.injection = InjectionDict()