Private GIT

Skip to content
Snippets Groups Projects
Commit 465e7b2a authored by Ruud's avatar Ruud
Browse files

Merge branch 'refs/heads/develop' into desktop

parents 578fb457 102a0177
Branches
Tags build/2.0.0.pre2
No related merge requests found
......@@ -383,11 +383,6 @@ class SourceUpdater(BaseUpdater):
class DesktopUpdater(BaseUpdater):
version = None
update_failed = False
update_version = None
last_check = 0
def __init__(self):
self.desktop = Env.get('desktop')
......@@ -396,7 +391,7 @@ class DesktopUpdater(BaseUpdater):
def do_restart(e):
if e['status'] == 'done':
fireEventAsync('app.restart')
else:
elif e['status'] == 'error':
log.error('Failed updating desktop: %s', e['exception'])
self.update_failed = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment