fixing colored error

This commit is contained in:
2013-07-13 16:18:14 +10:00
parent 263a45eeb5
commit f25bf65fda

View File

@@ -43,10 +43,10 @@ def print_shows(shows, filemanager):
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 "
"need to be fixed before proceeding:\n") "need to be fixed before proceeding:\n", 'red')
for showdata in existing: for showdata in existing:
print colored(showdata) print colored(showdata, 'red')
def processarguments(options): def processarguments(options):
""" """