You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addr for key, addr in net_addrs.items()
Change to addr for key, addr in net_addrs
Issue ( Bug )
KeyError: 'OpaqueRef:72a6ebac-3527-0111-3516-950bad4b1712'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openxenmanager-0.1b1-py2.7.egg/OXM/oxcSERVER.py", line 1867, in
self.wine.builder.get_object("listvmnetwork")) and False)
File "/usr/local/lib/python2.7/dist-packages/openxenmanager-0.1b1-py2.7.egg/OXM/oxcSERVER.py", line 407, in fill_vm_network
addr for key, addr in net_addrs.items()
AttributeError: 'tuple' object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
openxenmanager/src/OXM/oxcSERVER.py
Line 407 in 1cb5c1c
addr for key, addr in net_addrs.items()
Change to
addr for key, addr in net_addrs
Issue ( Bug )
KeyError: 'OpaqueRef:72a6ebac-3527-0111-3516-950bad4b1712'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openxenmanager-0.1b1-py2.7.egg/OXM/oxcSERVER.py", line 1867, in
self.wine.builder.get_object("listvmnetwork")) and False)
File "/usr/local/lib/python2.7/dist-packages/openxenmanager-0.1b1-py2.7.egg/OXM/oxcSERVER.py", line 407, in fill_vm_network
addr for key, addr in net_addrs.items()
AttributeError: 'tuple' object has no attribute 'items'
The text was updated successfully, but these errors were encountered: