Go to next task when we get an error in linear

pull/11018/head
Toshio Kuratomi 10 years ago
parent bbda86ad0a
commit b91ce29007

@ -280,6 +280,7 @@ class StrategyModule(StrategyBase):
iterator.mark_host_failed(host)
# FIXME: callback here?
print(e)
continue
for new_block in new_blocks:
noop_block = Block(parent_block=task._block)

Loading…
Cancel
Save