mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 13:56:44 +00:00
fix TODO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user