Skip to content

Commit

Permalink
Use correct variable name
Browse files Browse the repository at this point in the history
Change-Id: I2689a2a85bbcaf36e278cda3476460c1ca5fa11e
Closes-Bug: 1542311
  • Loading branch information
Sachin Bansal committed Feb 5, 2016
1 parent 72003c1 commit 8025eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/schema-transformer/config_db.py
Expand Up @@ -898,7 +898,7 @@ def get_analyzer_vn_and_ip(analyzer_name):
if not vm_analyzer and not pt_list:
return (None, None)
if pt_list:
vm_pt = PortTupleST.get(pt[0])
vm_pt = PortTupleST.get(pt_list[0])
else:
vm_pt = VirtualMachineST.get(vm_analyzer[0])
if vm_pt is None:
Expand Down

0 comments on commit 8025eee

Please sign in to comment.