This commit is contained in:
donoban 2018-10-21 22:52:52 +02:00
parent df15c4e3ae
commit 4aea47c9f7
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -83,7 +83,8 @@ class RenameVMThread(QtCore.QThread):
"To resolve this, please check and change the "
"following properties and remove the qube {} "
"manually.<br> ").format(
self.vm.name, self.vm.name, self.vm.name) + list_text)
self.vm.name, self.vm.name, self.vm.name)\
+ list_text)
except qubesadmin.exc.QubesException as ex:
self.error = ("Rename error!", str(ex))