From 27b132becbf7113a776c975bc8cf369720e9a8ba Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Sat, 6 Jul 2013 21:20:21 +1000 Subject: [PATCH] move error fixing --- TVEncoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TVEncoder.py b/TVEncoder.py index 1df07fa..9d0dcaf 100644 --- a/TVEncoder.py +++ b/TVEncoder.py @@ -63,7 +63,7 @@ def main(argv): else: # Generate the list of files to process shows = libfilemanager.GetFilesToPrepare(TVRECORDINGSDIR, numFiles, showSettings) - print len(shows) + print "num results: {0}".format(len(shows)) PrintShowsToPrepare(shows) else: if doEncode: