for dc in dcs:
labels[moid] = [ result = yield threads.deferToThread(lambda: _collect(dc, dc.hostFolder))
host['name'], labels.update(result)
for dc in dcs:
labels[moid] = [ result = yield threads.deferToThread(lambda: _collect(dc, dc.hostFolder))
host['name'], labels.update(result)
if it works i'd be very happy about that. their 3.6 support is still beta i think, so we might want to have it be allowed to fail rather than a hard fail?
Yes! Allow to fail is a good idea IMO