And more vars.
This commit is contained in:
parent
4269087590
commit
7bceb807a5
4
stack
4
stack
@ -175,9 +175,9 @@ def runner(action_name, component_set, distro, root_dir, program_args):
|
||||
else:
|
||||
raise
|
||||
#display any configs touched...
|
||||
print_cfgs(config, action)
|
||||
print_cfgs(config, action_name)
|
||||
#attempt to remove the root dir (might fail if not empty)
|
||||
if(action == UNINSTALL):
|
||||
if(action_name == UNINSTALL):
|
||||
try:
|
||||
os.rmdir(root_dir)
|
||||
except OSError, e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user