Shutting down vm from qube manager bug
Hopefully, finally fixes issue #3501. fixes QubesOS/qubes-issues#3501
This commit is contained in:
parent
1d995de095
commit
5af2709029
@ -176,7 +176,7 @@ class VmShutdownMonitor(QtCore.QObject):
|
||||
vm_is_running = vm.is_running()
|
||||
try:
|
||||
vm_start_time = datetime.fromtimestamp(float(vm.start_time))
|
||||
except (AttributeError, TypeError):
|
||||
except (AttributeError, TypeError, ValueError):
|
||||
vm_start_time = None
|
||||
|
||||
if vm_is_running and vm_start_time \
|
||||
|
Loading…
Reference in New Issue
Block a user