Merge branch 'main' of https://dev.fordj.org/rvba/hackathon-zurich into main
This commit is contained in:
commit
dbbc409605
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ def compute(p):
|
||||||
if len(sys.argv) == 1:
|
if len(sys.argv) == 1:
|
||||||
arg = "duplex"
|
arg = "duplex"
|
||||||
#p = "../ifc/" + arg + ".ifc"
|
#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)
|
compute(p)
|
||||||
elif len(sys.argv) > 1:
|
elif len(sys.argv) > 1:
|
||||||
arg = sys.argv[1]
|
arg = sys.argv[1]
|
||||||
|
|
@ -95,4 +95,4 @@ elif len(sys.argv) > 1:
|
||||||
else:
|
else:
|
||||||
print("extract [filepath]")
|
print("extract [filepath]")
|
||||||
|
|
||||||
# .
|
# ..
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue