Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
local scope for admin_tasks_done - regression
Browse files Browse the repository at this point in the history
  • Loading branch information
twobraids committed Nov 22, 2011
1 parent 48a79bb commit 4690f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configman/config_manager.py
Expand Up @@ -143,7 +143,7 @@ def __init__(self,

if manager_controls and self.get_option_by_name('admin.write').value:
self.write_config()
self.admin_tasks_done = True
admin_tasks_done = True

if quit_after_admin and admin_tasks_done:
sys.exit()
Expand Down

0 comments on commit 4690f85

Please sign in to comment.