diff --git a/python/extract.py b/python/extract.py index 655bc73..d81360d 100644 --- a/python/extract.py +++ b/python/extract.py @@ -127,7 +127,9 @@ elif len(sys.argv) > 1: p = "../ifc/" + filename + ".ifc" compute_local(filename,p) 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) else: print("extract [filepath]")