1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-24 08:48:50 -05:00

Opensubtitle - show only error not traceback

This commit is contained in:
Fernando 2015-02-18 21:37:22 -02:00
parent e1ea013544
commit 90cd0e017a

View File

@ -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: