Private GIT

Skip to content
Snippets Groups Projects
Commit 552b2be6 authored by Fernando's avatar Fernando
Browse files

Merge pull request #555 from SickRage/fix_pp

Try to fix SickRage/sickrage-issues/issues/189
parents 9840882d 46b4ebce
No related branches found
No related tags found
No related merge requests found
...@@ -1158,7 +1158,11 @@ class PostProcessor(object): ...@@ -1158,7 +1158,11 @@ class PostProcessor(object):
cur_ep.airdateModifyStamp() cur_ep.airdateModifyStamp()
# generate nfo/tbn # generate nfo/tbn
try:
ep_obj.createMetaFiles() ep_obj.createMetaFiles()
except Exception:
logger.log(u"Could not create/update meta files. Continuing with postProcessing...")
# log it to history # log it to history
history.logDownload(ep_obj, self.file_path, new_ep_quality, self.release_group, new_ep_version) history.logDownload(ep_obj, self.file_path, new_ep_quality, self.release_group, new_ep_version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment