PEP-8 compliance

This commit is contained in:
Raylan 2025-01-23 14:58:47 -03:00
parent 8c96d7a5f5
commit 5c6ec7ff86
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ def enter_namespace(namespace, namespace_pid):
if default_errcheck:
return default_errcheck(ret, *args)
libc.setns.errcheck = errcheck # type: ignore
libc.setns.errcheck = errcheck # type: ignore
debug1('Entering namespace %r' % namespace_dir)