📂 Adds pre build step to ensure project structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from pathlib import Path
|
||||
|
||||
Import("env")
|
||||
|
||||
filesystem_dir = env["PROJECT_DIR"] + "/data"
|
||||
|
||||
Path(filesystem_dir).mkdir(exist_ok=True)
|
||||
Reference in New Issue
Block a user