Make sure tmp dir is always there
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
99344471cc
commit
a5d267a911
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,8 @@ def update_index(output, part, name, name_major):
|
||||||
update_parent_index(output, part, name_major)
|
update_parent_index(output, part, name_major)
|
||||||
update_parent_index(output, "", part)
|
update_parent_index(output, "", part)
|
||||||
|
|
||||||
|
# Always make sure, your tmp dir exists
|
||||||
|
run("mkdir -p " + tmp_dir, shell=True)
|
||||||
running = True
|
running = True
|
||||||
while running:
|
while running:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue