Fixing stuffs

This commit is contained in:
araison 2023-01-08 23:23:55 +01:00
parent 02bdbdc6ca
commit 644c90a41c
1 changed files with 3 additions and 0 deletions

View File

@ -101,5 +101,8 @@ if __name__ == "__main__":
) )
item, index = outline.get_item() item, index = outline.get_item()
with open(os.path.join(outline.out_dir, "done"), "w") as f: with open(os.path.join(outline.out_dir, "done"), "w") as f:
f.write("") f.write("")
pbar.close()