@ -750,7 +750,7 @@ def restart_jail(jail_name):
def cleanup(jail_path):
"""
Cleanup after aborted jail creation.
Cleanup jail.
if os.path.isdir(jail_path):
# Workaround for https://github.com/python/cpython/issues/73885