summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-04 22:09:00 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-09-04 22:09:00 +0200
commitc62e04da03e34c9a0ee16c3f47e9f86209a1eb65 (patch)
tree231133520a0b3dcdc0b5276df0e5e841ba392a0c /pyLoadCore.py
parentnetload fix (diff)
downloadpyload-c62e04da03e34c9a0ee16c3f47e9f86209a1eb65.tar.xz
internal core feature
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 2 insertions, 0 deletions
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):