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