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>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent a587975a99
commit 1d1bff88b7
  1. 2
      bin/cdist

@ -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…
Cancel
Save