forked from ungleich-public/cdist
just as a marker: return false, so in theory even multiprocess noticed that we did something stuped
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
a587975a99
commit
1d1bff88b7
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@ def configinstall_onehost(host, args, mode, parallel):
|
|||
# Do not care in sequential mode, catch in parallel mode
|
||||
if not parallel:
|
||||
raise
|
||||
else:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in a new issue