mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 01:47:10 +00:00
fix printing
This commit is contained in:
@@ -266,6 +266,7 @@ class JobQueue:
|
||||
|
||||
for j in self.results_order:
|
||||
self.results[j].append(None) # append a placeholder
|
||||
self.results["TOTAL"].append(None)
|
||||
return True
|
||||
|
||||
def dellastprofile(self):
|
||||
@@ -391,7 +392,8 @@ class JobQueue:
|
||||
for t in self.results["TOTAL"]:
|
||||
if t:
|
||||
print(f"{t:8.1f}", end=" ")
|
||||
#print(f"{t}", end=" ")
|
||||
# else:
|
||||
# print(" - ", end=" ")
|
||||
print("\n")
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user