Use __context__ in LGPO module

This commit is contained in:
twangboy 2019-01-23 14:22:35 -07:00
parent 7fa04212a3
commit 3ed7b84792
No known key found for this signature in database
GPG Key ID: 93FF3BDEB278C9EB
2 changed files with 322 additions and 293 deletions

File diff suppressed because it is too large Load Diff

View File

@ -261,7 +261,7 @@ def set_(name,
for p_name in current_policy[policy_data['output_section']]:
if policy_name.lower() == p_name.lower():
currently_set = True
pol_id = policy_name
pol_id = p_name
break
# Check aliases
else: