just some more colors... :D

This commit is contained in:
Johannes Findeisen 2013-10-19 23:22:07 +02:00
commit 1df978c0f2

View file

@ -33,8 +33,8 @@ __version__ = "0.2"
PURPLE = "\033[95m" PURPLE = "\033[95m"
BLUE = "\033[94m" BLUE = "\033[94m"
GREEN = "\033[92m"
YELLOW = "\033[93m" YELLOW = "\033[93m"
GREEN = "\033[92m"
RED = "\033[91m" RED = "\033[91m"
END = "\033[0m" END = "\033[0m"
@ -208,7 +208,7 @@ class LishCommander(Exit, ShellCommander, LogCommander):
job = self.interface.find_job_by_hex_string(job_hex) job = self.interface.find_job_by_hex_string(job_hex)
if job is None: if job is None:
print "first parameter must be a job hex id! get a List of all ids by typing 'jobs list'\n" print RED + "first parameter must be a job hex id! get a List of all ids by typing 'jobs list'\n" + END
self.help_job() self.help_job()
if len(text) == 1: if len(text) == 1: