Fixing stuffs
This commit is contained in:
parent
02bdbdc6ca
commit
644c90a41c
1 changed files with 3 additions and 0 deletions
3
main.py
3
main.py
|
@ -101,5 +101,8 @@ if __name__ == "__main__":
|
|||
)
|
||||
|
||||
item, index = outline.get_item()
|
||||
|
||||
with open(os.path.join(outline.out_dir, "done"), "w") as f:
|
||||
f.write("")
|
||||
|
||||
pbar.close()
|
||||
|
|
Loading…
Add table
Reference in a new issue