Make sure tmp dir is always there

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2021-04-21 21:35:01 +02:00
parent 99344471cc
commit a5d267a911

View file

@ -151,6 +151,8 @@ def update_index(output, part, name, name_major):
update_parent_index(output, part, name_major)
update_parent_index(output, "", part)
# Always make sure, your tmp dir exists
run("mkdir -p " + tmp_dir, shell=True)
running = True
while running:
try: