1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-22 14:50:29 +03:00

Another small typo

This commit is contained in:
Adolfo Gómez García 2017-03-22 12:32:20 +01:00
parent 8e594c7c7f
commit 82f7f56590

View File

@ -69,7 +69,6 @@ class OVirtDeferredRemoval(jobs.Job):
if state in ('up', 'powering_up', 'suspended'):
providerInstance.stopMachine(vmId)
elif state != 'unknown': # Machine exists, remove it later
providerInstance.storage.saveData('tr' + vmId, vmId, attr1='tRm')
except Exception as e: