fix for that float() report from Shaohua Pan

This commit is contained in:
Miroslav Stampar 2010-05-24 20:12:37 +00:00
parent a43eb64c5d
commit 1f07db875d

View File

@ -141,8 +141,7 @@ def __setOutputResume():
if url[0] == "[":
url = url[1:]
if value[-1] == "\n":
value = value[:-1]
value = value.rstrip('\r\n') #strips both chars independently
if url not in ( conf.url, conf.hostname ):
continue