Arch: small cosmetic change to ArchSchedule console output

This commit is contained in:
Yorik van Havre 2016-09-03 19:47:44 -03:00
parent 31b905ec76
commit 5d21e05fc5

View File

@ -152,7 +152,7 @@ class _ArchSchedule:
if val.upper() == "COUNT":
val = len(objs)
if verbose:
print val
print val, ",".join([o.Label for o in objs])
obj.Result.set("B"+str(i+2),str(val))
else:
vals = val.split(".")