Update utils/policyfunctions.py
Fixed botched rename
This commit is contained in:
@@ -602,7 +602,7 @@ def getMultiplePolicySelections(url):
|
||||
policynameslist = []
|
||||
policyidlist = []
|
||||
while True:
|
||||
choice, policynames, policyid = listPolicies(url)
|
||||
choice, policynames, policyid = choosePolicies(url)
|
||||
selected_policy = policynames[choice]
|
||||
selected_policyid = policyid[choice]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user