This commit is contained in:
Milovann Yanatchkov 2024-02-03 14:08:33 +01:00
commit dbbc409605

View file

@ -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]
@ -95,4 +95,4 @@ elif len(sys.argv) > 1:
else:
print("extract [filepath]")
# .
# ..