dom0: variable names conflict (#290)
uuid is also name of (used here) python module...
This commit is contained in:
parent
f1153a5413
commit
c9ad2314ea
@ -432,8 +432,8 @@ class QubesVm(object):
|
||||
|
||||
dominfo = self.get_xl_dominfo()
|
||||
if dominfo:
|
||||
uuid = uuid.UUID(''.join('%02x' % b for b in dominfo.uuid))
|
||||
return uuid
|
||||
vmuuid = uuid.UUID(''.join('%02x' % b for b in dominfo.uuid))
|
||||
return vmuuid
|
||||
else:
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user