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

Skip to content

Commit 9eca41b

Browse files
committed
Minor fix
1 parent a104de0 commit 9eca41b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ def _cleanupOptions():
13771377
if not any([char in conf.testFilter for char in ('.', ')', '(', ']', '[')]):
13781378
conf.testFilter = conf.testFilter.replace('*', '.*')
13791379

1380-
if conf.timeSec not in kb.explicitSettings:
1380+
if "timeSec" not in kb.explicitSettings:
13811381
if conf.tor:
13821382
conf.timeSec = 2 * conf.timeSec
13831383
kb.adjustTimeDelay = ADJUST_TIME_DELAY.DISABLE

0 commit comments

Comments
 (0)