Go to next task when we get an error in linear

This commit is contained in:
Toshio Kuratomi 2015-05-13 12:52:51 -07:00
parent bbda86ad0a
commit b91ce29007

View file

@ -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)