fixing check for existing output files

This commit is contained in:
2013-07-13 16:19:30 +10:00
parent f25bf65fda
commit dc5691130f

View File

@@ -38,7 +38,7 @@ def print_shows(shows, filemanager):
for showdata in shows:
if filemanager.checkfileexists(showdata.outputfile):
existing.append(showdata)
else:
print showdata
if len(existing) > 0: