From 80040d6326d8308eb8375dd669aaae28c88b7012 Mon Sep 17 00:00:00 2001 From: milovann Date: Sat, 3 Feb 2024 14:03:36 +0100 Subject: [PATCH] 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]