reformat after update

This commit is contained in:
Jörg Thalheim
2025-01-14 15:30:29 +01:00
parent 9d29cc63ad
commit e2aa66d86f
17 changed files with 37 additions and 35 deletions

View File

@@ -76,9 +76,9 @@ exec {bash} -l "${{@}}"
login_shell.chmod(0o755)
lib_path = None
assert (
platform == "linux"
), f"we do not support the ld_preload trick on non-linux just now. Got {platform}"
assert platform == "linux", (
f"we do not support the ld_preload trick on non-linux just now. Got {platform}"
)
# This enforces a login shell by overriding the login shell of `getpwnam(3)`
lib_path = tmpdir / "libgetpwnam-preload.so"