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:
parent
ebbe8217f4
commit
92fcbea9d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue