make sure we decode full traceback on addon err (#954)
This commit is contained in:
parent
fe3ce87020
commit
e7be6fd4be
@ -70,7 +70,7 @@ class Downloader(QThread):
|
||||
try:
|
||||
self.error = unicode(e[0], "utf8", "ignore")
|
||||
except:
|
||||
self.error = exc
|
||||
self.error = unicode(exc, "utf8", "ignore")
|
||||
return
|
||||
finally:
|
||||
remHook("httpRecv", recvEvent)
|
||||
|
Loading…
Reference in New Issue
Block a user