fix python

This commit is contained in:
Milovann Yanatchkov 2024-02-04 10:48:44 +01:00
parent 9a66094601
commit 666462e693

View file

@ -129,7 +129,7 @@ elif len(sys.argv) > 1:
else:
#p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/ifc/" + filename + ".ifc"
# filename is ifc/name
p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/" + filename + ".ifc"
p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/" + filename
compute_server(filename,p)
else:
print("extract [filepath]")