fixing check for existing output files
This commit is contained in:
parent
f25bf65fda
commit
dc5691130f
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ def print_shows(shows, filemanager):
|
||||||
for showdata in shows:
|
for showdata in shows:
|
||||||
if filemanager.checkfileexists(showdata.outputfile):
|
if filemanager.checkfileexists(showdata.outputfile):
|
||||||
existing.append(showdata)
|
existing.append(showdata)
|
||||||
|
else:
|
||||||
print showdata
|
print showdata
|
||||||
|
|
||||||
if len(existing) > 0:
|
if len(existing) > 0:
|
||||||
print colored("The following shows have existing output files that "
|
print colored("The following shows have existing output files that "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue