1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 13:56:44 +00:00
This commit is contained in:
deadc0de6
2024-08-21 21:23:38 +02:00
committed by deadc0de
parent abdfa5896c
commit 622138e3a5

View File

@@ -153,7 +153,7 @@ def get_unique_tmp_name():
return os.path.join(tmpdir, unique)
def removepath(path, logger=None): # TODO
def removepath(path, logger=None):
"""
remove a file/directory/symlink
raises OSError in case of error