tomh: s._starttime may not be a string

(Boeing r1843)
This commit is contained in:
ahrenholz 2014-06-02 19:38:02 +00:00
parent 9ba3d29768
commit 1f5397c558

View file

@ -218,7 +218,7 @@ class CoreServices(ConfigurableManager):
services = sorted(node.services,
key=lambda service: service._startindex)
for s in services:
if len(s._starttime) > 0:
if len(str(s._starttime)) > 0:
try:
t = float(s._starttime)
if t > 0.0: