Fix wrong identation (thanks pylint)

Tento commit je obsažen v:
donoban 2021-01-10 21:17:49 +01:00
rodič 4d68b64a3a
revize 9a36089ee6
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 141310D8E3ED08A5

Zobrazit soubor

@ -1264,9 +1264,9 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QMainWindow):
for connected_vm in connected_vms:
if not self.shutdown_vm(connected_vm):
return False
with common_threads.busy_cursor():
while connected_vm.is_running():
time.sleep(0.5)
with common_threads.busy_cursor():
while connected_vm.is_running():
time.sleep(0.5)
else:
return False