Skip to content

Commit

Permalink
error reporting fix attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Higgins committed Feb 12, 2016
1 parent 7be5c82 commit 098100a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mkvtomp4.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ def removeFile(self, filename, retries=2, delay=10, replacement=None):
if replacement is not None:
os.rename(replacement, filename)
filename = replacement
self.log.error("Unable to replace file.")
break
except:
self.log.exception("Unable to remove or replace file %s." % filename)
Expand Down

0 comments on commit 098100a

Please sign in to comment.