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:
Nico Schottelius 2011-10-16 01:06:33 +02:00
parent a587975a99
commit 1d1bff88b7
1 changed files with 2 additions and 0 deletions

View File

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