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:
parent
e1ea013544
commit
90cd0e017a
@ -1420,7 +1420,7 @@ class TVEpisode(object):
|
|||||||
helpers.chmodAsParent(subtitle.path)
|
helpers.chmodAsParent(subtitle.path)
|
||||||
|
|
||||||
except Exception as e:
|
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
|
return
|
||||||
|
|
||||||
if sickbeard.SUBTITLES_MULTI:
|
if sickbeard.SUBTITLES_MULTI:
|
||||||
|
Loading…
Reference in New Issue
Block a user