Ensure base dir exists
This commit is contained in:
parent
b8947e4679
commit
91bcfd7f8c
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
|
@ -228,4 +228,5 @@ def main():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
Path(BASE_DIR).mkdir(exist_ok=True, parents=True)
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue