Fix bug 1587 - TypeError fix
[osm/NBI.git] / osm_nbi / auth.py
index 6c9ee92..eef2ae7 100644 (file)
@@ -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