mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
ifctester webapp - fix issue with launching audit
This commit is contained in:
@@ -58,6 +58,7 @@ def audit():
|
||||
filename = ifcopenshell.guid.new()
|
||||
ids_filepath = os.path.join("uploads", filename + ".ids")
|
||||
ifc_filepath = os.path.join("uploads", filename + ".ifc")
|
||||
os.makedirs("uploads", exist_ok=True)
|
||||
request.files.get("ids").save(ids_filepath)
|
||||
request.files.get("ifc").save(ifc_filepath)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user