From 3e7fef87b7decf0f88878d441be6276f44198a9a Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Tue, 12 Feb 2013 02:56:12 -0800 Subject: [PATCH] Typo --- TorrentToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index fed6789a..2872422b 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -128,7 +128,7 @@ elif set(ext).intersection(set(test2)): print "INFO: Found media files, moving" else: print "DEBUG: Found files with extensions %s." % (ext) - print "DEBUG: Looking for extensions %s or %s." % (test, tests2) + print "DEBUG: Looking for extensions %s or %s." % (test, test2) print "INFO: Didn't find any compressed archives or media files to process, exiting" sys.exit(-1)