Update cleanup docstring
This commit is contained in:
parent
eee3abef8e
commit
a65bf03445
2
jlmkr.py
2
jlmkr.py
|
@ -750,7 +750,7 @@ def restart_jail(jail_name):
|
||||||
|
|
||||||
def cleanup(jail_path):
|
def cleanup(jail_path):
|
||||||
"""
|
"""
|
||||||
Cleanup after aborted jail creation.
|
Cleanup jail.
|
||||||
"""
|
"""
|
||||||
if os.path.isdir(jail_path):
|
if os.path.isdir(jail_path):
|
||||||
# Workaround for https://github.com/python/cpython/issues/73885
|
# Workaround for https://github.com/python/cpython/issues/73885
|
||||||
|
|
Loading…
Reference in New Issue