Merge remote-tracking branch 'qubesos/pr/61'

* qubesos/pr/61:
  Once more to fix this pesky bug
This commit is contained in:
Marek Marczykowski-Górecki 2018-02-10 23:24:17 +01:00
commit 1fe280538e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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 \