Fix typo
This commit is contained in:
parent
ed2d89e5ec
commit
2a25186ac3
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -69,7 +69,7 @@ def apply_port_changes():
|
||||||
label = "Allocation " + str(alloc["id"]) + " for " + node_internal_name
|
label = "Allocation " + str(alloc["id"]) + " for " + node_internal_name
|
||||||
if alloc["id"] in allocation_server_lookup.keys():
|
if alloc["id"] in allocation_server_lookup.keys():
|
||||||
svr = allocation_server_lookup[alloc["id"]]
|
svr = allocation_server_lookup[alloc["id"]]
|
||||||
if "pf_exclude" in svr.description:
|
if "pf_exclude" in svr["description"]:
|
||||||
continue
|
continue
|
||||||
label = svr["name"] + "(" + svr["identifier"] + ") allocation"
|
label = svr["name"] + "(" + svr["identifier"] + ") allocation"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue