From 1df978c0f2f7af22a0bcd45fc958bb0a1c84e902 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 19 Oct 2013 23:22:07 +0200 Subject: [PATCH] just some more colors... :D --- linspector/frontends/lish.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linspector/frontends/lish.py b/linspector/frontends/lish.py index 7d70689..c80030e 100644 --- a/linspector/frontends/lish.py +++ b/linspector/frontends/lish.py @@ -33,8 +33,8 @@ __version__ = "0.2" PURPLE = "\033[95m" BLUE = "\033[94m" -GREEN = "\033[92m" YELLOW = "\033[93m" +GREEN = "\033[92m" RED = "\033[91m" END = "\033[0m" @@ -208,7 +208,7 @@ class LishCommander(Exit, ShellCommander, LogCommander): job = self.interface.find_job_by_hex_string(job_hex) 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() if len(text) == 1: