We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ca87b commit cb7e478Copy full SHA for cb7e478
goosebit/ui/routes.py
@@ -63,6 +63,7 @@ async def upload_update_local(
63
filename: str = Form(...),
64
):
65
file = config.artifacts_dir.joinpath(filename)
66
+ config.artifacts_dir.mkdir(parents=True, exist_ok=True)
67
68
temp_file = file.with_suffix(".tmp")
69
if init:
0 commit comments