From cad3bfc3bd606c3cd3637b743786ca767e987c64 Mon Sep 17 00:00:00 2001 From: dbr Date: Sun, 22 Jun 2008 21:20:14 +0930 Subject: [PATCH] Fixed end for current_file comment --- 2checkTvEps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2checkTvEps.py b/2checkTvEps.py index 68fbc7d..9aeff21 100755 --- a/2checkTvEps.py +++ b/2checkTvEps.py @@ -98,7 +98,7 @@ for current_file in allfiles: for cur_decrap in decrappify: if cur_decrap.match(current_file_name): files.remove(current_file) -#end for file +#end for current_file files = [os.path.join(loc,x) for x in files] # append path to file name