mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Remove commented out code in uid/gid debugging
This commit is contained in:
@@ -48,9 +48,6 @@ def test_groups_exist(group):
|
||||
|
||||
def debug_uid_gid():
|
||||
return subprocess.check_output("id").decode()
|
||||
# return (
|
||||
# f"uid={os.getuid()} gid={os.getgid()} euid={os.geteuid()} egid={os.getegid()}"
|
||||
# )
|
||||
|
||||
|
||||
def permissions_test(group, path, *, readable=None, writable=None, dirs_only=False):
|
||||
|
||||
Reference in New Issue
Block a user