diff --git a/make.py b/make.py index 3816556..d2e6e86 100755 --- a/make.py +++ b/make.py @@ -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 diff --git a/tmp/.gitkeep b/tmp/.gitkeep new file mode 100644 index 0000000..e69de29