mirror of
https://github.com/openzim/zimit.git
synced 2025-09-24 04:30:11 -04:00
Merge pull request #30 from openzim/fix-typo
cleanup: fix typo in print msg
This commit is contained in:
commit
c6f27f3bf6
2
zimit.py
2
zimit.py
@ -102,7 +102,7 @@ def zimit(args=None):
|
|||||||
def cleanup():
|
def cleanup():
|
||||||
print("")
|
print("")
|
||||||
print("----------")
|
print("----------")
|
||||||
print("Cleanup, removing temp dir: " + temp_root_dir)
|
print("Cleanup, removing temp dir: " + str(temp_root_dir))
|
||||||
shutil.rmtree(temp_root_dir)
|
shutil.rmtree(temp_root_dir)
|
||||||
|
|
||||||
atexit.register(cleanup)
|
atexit.register(cleanup)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user