From 92fcbea9d11cb2a3afe33dcbacc7dde2db2b76a5 Mon Sep 17 00:00:00 2001 From: evilhero Date: Sun, 7 Apr 2013 02:54:13 -0400 Subject: [PATCH] FIX: missing bracket from last commit in PostProcessor.py --- mylar/PostProcessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/PostProcessor.py b/mylar/PostProcessor.py index ea3dc3d1..7a8ee315 100755 --- a/mylar/PostProcessor.py +++ b/mylar/PostProcessor.py @@ -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