Merge "Fix string injection for InvalidScope"

This commit is contained in:
Zuul 2017-12-15 10:17:21 +00:00 committed by Gerrit Code Review
commit 484bc968a6
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ class InvalidScope(Exception):
def __init__(self, rule, operation_scopes, token_scope):
msg = (
"(rule)s requires a scope of %(operation_scopes)s, request "
"%(rule)s requires a scope of %(operation_scopes)s, request "
"was made with %(token_scope)s scope." % {
'rule': rule,
'operation_scopes': operation_scopes,