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()
|
dominfo = self.get_xl_dominfo()
|
||||||
if dominfo:
|
if dominfo:
|
||||||
uuid = uuid.UUID(''.join('%02x' % b for b in dominfo.uuid))
|
vmuuid = uuid.UUID(''.join('%02x' % b for b in dominfo.uuid))
|
||||||
return uuid
|
return vmuuid
|
||||||
else:
|
else:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user