fixed a bug reported by Mosk Dmitri (infoMsg UnboundLocalError)

This commit is contained in:
Miroslav Stampar 2010-04-29 08:30:29 +00:00
parent a588b2020b
commit d8e5585c66
2 changed files with 4 additions and 0 deletions

View File

@ -319,6 +319,9 @@ Stuffe <stuffe.dk@gmail.com>
Sylphid <sylphid.su@sti.com.tw>
for suggesting some features
Mosk Dmitri <ya@darkbyte.ru>
for reporting a minor bug
== Organizations ==

View File

@ -304,6 +304,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
conf.threadContinue = False
raise
infoMsg = None
# If we have got one single character not correctly fetched it
# can mean that the connection to the target url was lost
if None in value: