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

Skip to content

Commit d8e5585

Browse files
committed
fixed a bug reported by Mosk Dmitri (infoMsg UnboundLocalError)
1 parent a588b20 commit d8e5585

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

doc/THANKS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,9 @@ Stuffe <[email protected]>
319319
320320
for suggesting some features
321321

322+
Mosk Dmitri <[email protected]>
323+
for reporting a minor bug
324+
322325

323326
== Organizations ==
324327

lib/techniques/blind/inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def downloadThread():
304304
conf.threadContinue = False
305305
raise
306306

307+
infoMsg = None
307308
# If we have got one single character not correctly fetched it
308309
# can mean that the connection to the target url was lost
309310
if None in value:

0 commit comments

Comments
 (0)