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

Skip to content

Commit 2795aef

Browse files
committed
minor fix
1 parent 806e898 commit 2795aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def getPage(**kwargs):
395395
return None, None
396396
elif kb.testMode:
397397
logger.warn(warnMsg)
398-
return None
398+
return None, None
399399
elif silent or (ignoreTimeout and any(map(lambda x: x in tbMsg, ["timed out", "IncompleteRead"]))):
400400
return None, None
401401
elif threadData.retriesCount < conf.retries and not kb.threadException and not conf.realTest:

0 commit comments

Comments
 (0)