Minor restyling

This commit is contained in:
Miroslav Stampar
2012-12-20 11:06:52 +01:00
parent 19e2f3bb76
commit c2c4601d6e
5 changed files with 36 additions and 36 deletions

View File

@@ -1538,7 +1538,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
kb.lastParserStatus = None
kb.locks = AttribDict()
for _ in ("cache", "count", "index", "io", "limits", "log", "outputs", "value"):
for _ in ("cache", "count", "index", "io", "limit", "log", "value"):
kb.locks[_] = threading.Lock()
kb.matchRatio = None