fix python

This commit is contained in:
Milovann Yanatchkov 2024-02-04 10:46:20 +01:00
parent 535cb3ec1b
commit 82618d4566

View file

@ -127,7 +127,9 @@ elif len(sys.argv) > 1:
p = "../ifc/" + filename + ".ifc" p = "../ifc/" + filename + ".ifc"
compute_local(filename,p) compute_local(filename,p)
else: else:
p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/ifc/" + filename + ".ifc" #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"
compute_server(filename,p) compute_server(filename,p)
else: else:
print("extract [filepath]") print("extract [filepath]")