mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:44:45 +00:00
fix return value
This commit is contained in:
@@ -39,7 +39,8 @@ def get_tmpdir():
|
||||
|
||||
|
||||
def get_tmpfile():
|
||||
return tempfile.mkstemp(prefix='dotdrop-')
|
||||
(fd, path) = tempfile.mkstemp(prefix='dotdrop-')
|
||||
return path
|
||||
|
||||
|
||||
def remove(path):
|
||||
|
||||
Reference in New Issue
Block a user