Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def tprint(str):
# thread worker
def worker():
# generate a tempdir for this worker-thread and use the artwork-subdir as temporary folder
tempdir = tempfile.mkdtemp()
tempdir = tempfile.mkdtemp(dir='./tmp/')
workdir = os.path.join(tempdir, 'artwork')

# save the current working dir as output-dir
Expand Down
Empty file added tmp/.gitkeep
Empty file.