Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use function to create directory structure
  • Loading branch information
Klaus Thoden committed Nov 13, 2017
1 parent 4ebbbf5 commit 5bb2b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libeoaconvert.py
Expand Up @@ -6,7 +6,7 @@
import shlex

if not os.path.exists("tmp_files/tmp_images/"):
os.mkdir(os.path.expanduser("tmp_files/tmp_images/"))
os.makedirs(os.path.expanduser("tmp_files/tmp_images/"))

tmp_image_dir = os.getcwd() + "/tmp_files/tmp_images/"
Datei = open('tmp_files/xelatex-run-images.log', 'w')
Expand Down

0 comments on commit 5bb2b0f

Please sign in to comment.