Skip to content

Commit

Permalink
that was a stupid place to an if.
Browse files Browse the repository at this point in the history
  • Loading branch information
clinton-hall committed Apr 10, 2014
1 parent 41ac893 commit a273f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TorrentToMedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash, inputID):
if single:
dirnames[:] = []
filenames[:] = [filename] # we just want to work with this one file if single = True
Logger.debug("MAIN: Found %s files in %s", str(len(filenames)), dirpath)if
Logger.debug("MAIN: Found %s files in %s", str(len(filenames)), dirpath)
for file in filenames:
filePath = os.path.join(dirpath, file)
fileName, fileExtension = os.path.splitext(file)
Expand Down

0 comments on commit a273f96

Please sign in to comment.