From f9906fc5ab20204cff10ab423b4f021030e22c77 Mon Sep 17 00:00:00 2001 From: milovann Date: Sun, 4 Feb 2024 10:42:50 +0100 Subject: [PATCH] fix python --- python/extract.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/extract.py b/python/extract.py index a6e4110..655bc73 100644 --- a/python/extract.py +++ b/python/extract.py @@ -129,7 +129,5 @@ elif len(sys.argv) > 1: else: p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/ifc/" + filename + ".ifc" compute_server(filename,p) - else: - print(os.listdir("../ifc")) else: print("extract [filepath]")