Not restarting after update

This commit is contained in:
Ruud
2012-07-01 00:48:44 +02:00
parent c274867571
commit f15351aa73
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -18,7 +18,10 @@ log = CPLog(__name__)
class Core(Plugin):
ignore_restart = ['Core.restart', 'Core.shutdown', 'Updater.check']
ignore_restart = [
'Core.restart', 'Core.shutdown',
'Updater.check', 'Updater.autoUpdate',
]
shutdown_started = False
def __init__(self):
+4 -1
View File
@@ -66,6 +66,10 @@ class Updater(Plugin):
fireEventAsync('app.restart')
return True
return False
def check(self):
if self.isDisabled():
return
@@ -171,7 +175,6 @@ class GitUpdater(BaseUpdater):
self.repo.saveStash()
log.info('Updating to latest version')
info = self.info()
self.repo.pull()
# Delete leftover .pyc files