From 82618d45668cd1c01701800d82d3932b520003e0 Mon Sep 17 00:00:00 2001 From: milovann Date: Sun, 4 Feb 2024 10:46:20 +0100 Subject: [PATCH] fix python --- python/extract.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]")