Fix for Issue #43

This commit is contained in:
Miroslav Stampar
2012-06-28 18:47:55 +02:00
parent f495cfa139
commit c8bac658f3
6 changed files with 17 additions and 8 deletions

View File

@@ -1033,7 +1033,7 @@ class Enumeration:
logger.error(errMsg)
bruteForce = True
if bruteForce or colList and conf.exact:
if bruteForce or colList and conf.disableLike:
resumeAvailable = False
for tbl in tblList: