fixing colored error
This commit is contained in:
parent
263a45eeb5
commit
f25bf65fda
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue