Use 'qube' instead 'Qube'
This commit is contained in:
parent
9a2975616d
commit
0ce73df57d
@ -275,7 +275,7 @@ class UpdateVMThread(QtCore.QThread):
|
|||||||
self.vm.run_service("qubes.InstallUpdatesGUI",\
|
self.vm.run_service("qubes.InstallUpdatesGUI",\
|
||||||
user="root", wait=False)
|
user="root", wait=False)
|
||||||
except (ChildProcessError, exc.QubesException) as ex:
|
except (ChildProcessError, exc.QubesException) as ex:
|
||||||
self.msg = ("Error on Qube update!", str(ex))
|
self.msg = ("Error on qube update!", str(ex))
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=too-few-public-methods
|
# pylint: disable=too-few-public-methods
|
||||||
|
Loading…
Reference in New Issue
Block a user