mirror of
https://github.com/nikdoof/tvorganise.git
synced 2026-01-31 01:58:20 +00:00
Fixed end for current_file comment
This commit is contained in:
@@ -98,7 +98,7 @@ for current_file in allfiles:
|
|||||||
for cur_decrap in decrappify:
|
for cur_decrap in decrappify:
|
||||||
if cur_decrap.match(current_file_name):
|
if cur_decrap.match(current_file_name):
|
||||||
files.remove(current_file)
|
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
|
files = [os.path.join(loc,x) for x in files] # append path to file name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user