removed a tab in output

This commit is contained in:
Johannes Findeisen 2013-12-05 13:29:37 +01:00
commit 100ad96d7e

View file

@ -266,7 +266,7 @@ Usage:
if text == "list": if text == "list":
for job in self.interface.jobs: for job in self.interface.jobs:
job_dict = self.interface.get_job_info_dict(job) job_dict = self.interface.get_job_info_dict(job)
print GREEN + job_dict["Job"] + END + ":\t" + \ print GREEN + job_dict["Job"] + END + ": " + \
PURPLE + "Hostgroup" + END + ": " + job_dict["Hostgroup"] + \ PURPLE + "Hostgroup" + END + ": " + job_dict["Hostgroup"] + \
PURPLE + " Host" + END + ": " + job_dict["Host"] + \ PURPLE + " Host" + END + ": " + job_dict["Host"] + \
PURPLE + " Service" + END + ": " + job_dict["Service"] + \ PURPLE + " Service" + END + ": " + job_dict["Service"] + \