mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
Backport PR #3874: Missing f
prefix on f-strings fix
Fixes 3873 Signed-off-by: Min RK <benjaminrk@gmail.com>
This commit is contained in:
@@ -131,7 +131,7 @@ class UserListAPIHandler(APIHandler):
|
||||
if not set(sub_scope).issubset({'group', 'user'}):
|
||||
# don't expand invalid !server=x filter to all users!
|
||||
self.log.warning(
|
||||
"Invalid filter on list:user for {self.current_user}: {sub_scope}"
|
||||
f"Invalid filter on list:user for {self.current_user}: {sub_scope}"
|
||||
)
|
||||
raise web.HTTPError(403)
|
||||
filters = []
|
||||
|
Reference in New Issue
Block a user