mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 14:58:17 +00:00
days before, not days 'ago'
This commit is contained in:
@@ -366,7 +366,7 @@ class JobQueue:
|
|||||||
if k == "test":
|
if k == "test":
|
||||||
continue
|
continue
|
||||||
elif k == "date":
|
elif k == "date":
|
||||||
print(f"{YELLOW} days ago ", end=" ")
|
print(f"{YELLOW} days before ", end=" ")
|
||||||
elif k == "runlabel":
|
elif k == "runlabel":
|
||||||
print(f"{YELLOW} label ", end=" ")
|
print(f"{YELLOW} label ", end=" ")
|
||||||
elif k == "TOTAL":
|
elif k == "TOTAL":
|
||||||
@@ -384,7 +384,7 @@ class JobQueue:
|
|||||||
rp = " - "
|
rp = " - "
|
||||||
print("%8s" % rp, end=" ")
|
print("%8s" % rp, end=" ")
|
||||||
elif k == "date":
|
elif k == "date":
|
||||||
# Calculate dates as days before present
|
# Calculate dates as days before last run
|
||||||
if r[i]:
|
if r[i]:
|
||||||
if i == len(r) - 1:
|
if i == len(r) - 1:
|
||||||
print(" this", end=" ")
|
print(" this", end=" ")
|
||||||
|
|||||||
Reference in New Issue
Block a user