From 64da7a00d8c6417d56815d1e21f18d8fbd136d96 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Fri, 31 Aug 2012 19:19:36 +0100 Subject: [PATCH] fixed TORRENT_DOWNLOAD_DIR -> DOWNLOAD_TORRENT_DIR typo --- headphones/postprocessor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index fb74e4ac..22835f9a 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -703,8 +703,8 @@ def forcePostProcess(): download_dirs = [] if headphones.DOWNLOAD_DIR: download_dirs.append(headphones.DOWNLOAD_DIR.encode(headphones.SYS_ENCODING)) - if headphones.TORRENT_DOWNLOAD_DIR: - download_dirs.append(headphones.TORRENT_DOWNLOAD_DIR.encode(headphones.SYS_ENCODING)) + if headphones.DOWNLOAD_TORRENT_DIR: + download_dirs.append(headphones.DOWNLOAD_TORRENT_DIR.encode(headphones.SYS_ENCODING)) logger.info('Checking to see if there are any folders to process in download_dir(s): %s' % str(download_dirs).decode(headphones.SYS_ENCODING, 'replace')) # Get a list of folders in the download_dir