Lowercase result instead
This commit is contained in:
parent
75c0ffc5c8
commit
679aae9214
1 changed files with 1 additions and 0 deletions
|
|
@ -10006,6 +10006,7 @@ def check_policy(name, data, default='deny', strict=False, force=False):
|
|||
parts = result.split(None, 1)
|
||||
parts.extend(['', ''])
|
||||
result, reason = parts[:2]
|
||||
result = result.lower()
|
||||
lastrule = ruleset.last_rule()
|
||||
if context.opts.get('KojiDebug', False):
|
||||
logger.error(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue