mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Python 2 compat tweaks
This commit is contained in:
@@ -20,5 +20,6 @@ def TemporaryDirectory():
|
||||
try:
|
||||
yield tmpdir
|
||||
finally:
|
||||
debug('REMOVE', tmpdir)
|
||||
os.chdir(pwd)
|
||||
remove_tree(tmpdir)
|
||||
|
||||
Reference in New Issue
Block a user