projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e91ee2a
)
Fix bug 1591 - TypeError fix
59/11059/2
author
sousaedu
<eduardo.sousa@canonical.com>
Thu, 8 Jul 2021 15:17:23 +0000
(17:17 +0200)
committer
sousaedu
<eduardo.sousa@canonical.com>
Thu, 8 Jul 2021 15:29:19 +0000
(17:29 +0200)
Fixes the formatting error reported by bug 1591.
Change-Id: I00446760ce4ab781ef6ca783e3a5f3221c94a774
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
osm_nbi/auth.py
patch
|
blob
|
history
diff --git
a/osm_nbi/auth.py
b/osm_nbi/auth.py
index
6c9ee92
..
eef2ae7
100644
(file)
--- a/
osm_nbi/auth.py
+++ b/
osm_nbi/auth.py
@@
-502,7
+502,7
@@
class Authenticator:
query_string_operations,
item_id,
)
- self.logger.info("RBAC_auth: {}"
,
format(RBAC_auth))
+ self.logger.info("RBAC_auth: {}"
.
format(RBAC_auth))
token_info["allow_show_user_project_role"] = RBAC_auth
return token_info