mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 23:05:11 -05:00
Merge pull request #1348 from fernandog/opensubtitle_503
Opensubtitle - show only error message not traceback
This commit is contained in:
commit
e8fb56d615
@ -1420,7 +1420,7 @@ class TVEpisode(object):
|
||||
helpers.chmodAsParent(subtitle.path)
|
||||
|
||||
except Exception as e:
|
||||
logger.log("Error occurred when downloading subtitles: " + traceback.format_exc(), logger.ERROR)
|
||||
logger.log("Error occurred when downloading subtitles: " + str(e), logger.ERROR)
|
||||
return
|
||||
|
||||
if sickbeard.SUBTITLES_MULTI:
|
||||
|
Loading…
Reference in New Issue
Block a user