cleanup context in main

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-11 16:45:18 +02:00
parent 29bb5f383c
commit 2ec3753d94
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ def configinstall(args, mode):
else:
c.deploy_and_cleanup()
context.cleanup()
if args.parallel:
for p in process.keys():
log.debug("Joining process %s", p)