From 712a6b208a98cd4f744d2451bee74b429a7896fb Mon Sep 17 00:00:00 2001 From: milovann Date: Sat, 3 Feb 2024 14:01:18 +0100 Subject: [PATCH 1/2] pyupdate --- python/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/extract.py b/python/extract.py index 228cf0d..ba6f27c 100644 --- a/python/extract.py +++ b/python/extract.py @@ -95,4 +95,4 @@ elif len(sys.argv) > 1: else: print("extract [filepath]") -# . +# .. From 80040d6326d8308eb8375dd669aaae28c88b7012 Mon Sep 17 00:00:00 2001 From: milovann Date: Sat, 3 Feb 2024 14:03:36 +0100 Subject: [PATCH 2/2] pyupdate --- python/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/extract.py b/python/extract.py index ba6f27c..c88478a 100644 --- a/python/extract.py +++ b/python/extract.py @@ -80,7 +80,7 @@ def compute(p): if len(sys.argv) == 1: arg = "duplex" #p = "../ifc/" + arg + ".ifc" - p = "/home/fordjx/SOURCES/FORDJ/fordjx/hackathon-zurich/ifc/" + arg + ".ifc" + p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/ifc/" + arg + ".ifc" compute(p) elif len(sys.argv) > 1: arg = sys.argv[1]