forked from expo/troggle
fix printing
This commit is contained in:
@@ -266,6 +266,7 @@ class JobQueue:
|
|||||||
|
|
||||||
for j in self.results_order:
|
for j in self.results_order:
|
||||||
self.results[j].append(None) # append a placeholder
|
self.results[j].append(None) # append a placeholder
|
||||||
|
self.results["TOTAL"].append(None)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def dellastprofile(self):
|
def dellastprofile(self):
|
||||||
@@ -391,7 +392,8 @@ class JobQueue:
|
|||||||
for t in self.results["TOTAL"]:
|
for t in self.results["TOTAL"]:
|
||||||
if t:
|
if t:
|
||||||
print(f"{t:8.1f}", end=" ")
|
print(f"{t:8.1f}", end=" ")
|
||||||
#print(f"{t}", end=" ")
|
# else:
|
||||||
|
# print(" - ", end=" ")
|
||||||
print("\n")
|
print("\n")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user