1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-03 21:11:33 +00:00

FIX: missing bracket from last commit in PostProcessor.py

This commit is contained in:
evilhero 2013-04-07 02:54:13 -04:00
parent ebbe8217f4
commit 92fcbea9d1

View file

@ -321,7 +321,7 @@ class PostProcessor(object):
chunk_file_format = chunk_f.sub(' ', chunk_f_f)
self._log("No version # found for series - tag will not be available for renaming.", logger.DEBUG)
logger.fdebug("No version # found for series, removing from filename")
logger.fdebug("new format is now: " + str(chunk_file_format)
logger.fdebug("new format is now: " + str(chunk_file_format))
else:
chunk_file_format = mylar.FILE_FORMAT
#Run Pre-script