mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
pyupgrade fixes
This commit is contained in:
@@ -34,7 +34,7 @@ def ensure_user(username):
|
||||
subprocess.check_call([
|
||||
'chmod',
|
||||
'o-rwx',
|
||||
expanduser('~{username}'.format(username=username))
|
||||
expanduser(f'~{username}')
|
||||
])
|
||||
|
||||
pm = get_plugin_manager()
|
||||
|
||||
Reference in New Issue
Block a user