This commit is contained in:
Milovann Yanatchkov 2024-02-03 14:48:51 +01:00
parent ad448e5337
commit ae2eaa320d

View file

@ -85,7 +85,7 @@ def compute_server(p):
select(model,"IfcBuildingStorey")
print("writing test.ifc")
arg = "test"
now = datetime.datetime.now()
now = str(datetime.datetime.now())
p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/output/" + arg + "_" + now + ".ifc"
create(p,lst)