And more vars.

This commit is contained in:
josh 2012-01-15 20:41:16 -08:00
parent 4269087590
commit 7bceb807a5

4
stack
View File

@ -175,9 +175,9 @@ def runner(action_name, component_set, distro, root_dir, program_args):
else: else:
raise raise
#display any configs touched... #display any configs touched...
print_cfgs(config, action) print_cfgs(config, action_name)
#attempt to remove the root dir (might fail if not empty) #attempt to remove the root dir (might fail if not empty)
if(action == UNINSTALL): if(action_name == UNINSTALL):
try: try:
os.rmdir(root_dir) os.rmdir(root_dir)
except OSError, e: except OSError, e: