updated status output in lish

This commit is contained in:
Johannes Findeisen 2013-12-08 00:30:15 +01:00
commit 4c165b4db8

View file

@ -415,9 +415,8 @@ Usage:
print GREEN + "Job Count" + END + ":\t" + str(self.interface.get_job_count())
thread_info = self.interface.get_thread_count()
print GREEN + "Threads" + END + ":\t" + str(thread_info["Num Threads"]) + "/" + str(thread_info["Max Threads"])
print GREEN + "Core Version" + END + ":\t" + self.interface.get_version()
print GREEN + "Lish Version" + END + ":\t" + __version__
# TODO: print Linspector version
#print GREEN + "Core Version" + END + ":\t" + __linspector_version__
def help_status(self):
print('''