Arch: small cosmetic change to ArchSchedule console output
This commit is contained in:
parent
31b905ec76
commit
5d21e05fc5
|
@ -152,7 +152,7 @@ class _ArchSchedule:
|
||||||
if val.upper() == "COUNT":
|
if val.upper() == "COUNT":
|
||||||
val = len(objs)
|
val = len(objs)
|
||||||
if verbose:
|
if verbose:
|
||||||
print val
|
print val, ",".join([o.Label for o in objs])
|
||||||
obj.Result.set("B"+str(i+2),str(val))
|
obj.Result.set("B"+str(i+2),str(val))
|
||||||
else:
|
else:
|
||||||
vals = val.split(".")
|
vals = val.split(".")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user