move error fixing
This commit is contained in:
parent
dee7b7bc14
commit
27b132becb
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ def main(argv):
|
||||||
else:
|
else:
|
||||||
# Generate the list of files to process
|
# Generate the list of files to process
|
||||||
shows = libfilemanager.GetFilesToPrepare(TVRECORDINGSDIR, numFiles, showSettings)
|
shows = libfilemanager.GetFilesToPrepare(TVRECORDINGSDIR, numFiles, showSettings)
|
||||||
print len(shows)
|
print "num results: {0}".format(len(shows))
|
||||||
PrintShowsToPrepare(shows)
|
PrintShowsToPrepare(shows)
|
||||||
else:
|
else:
|
||||||
if doEncode:
|
if doEncode:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue