From c62e04da03e34c9a0ee16c3f47e9f86209a1eb65 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 4 Sep 2010 22:09:00 +0200 Subject: internal core feature --- pyLoadCore.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 073cab191..310c3e2e5 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -194,6 +194,7 @@ class Core(object): self.do_kill = False self.do_restart = False + self.shuttedDown = False self.log.info(_("Using home directory: %s") % getcwd()) @@ -430,6 +431,7 @@ class Core(object): finally: self.files.syncSave() + self.shuttedDown = True def path(self, * args): -- cgit v1.2.3