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:
|
||||
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]")
|
||||
|
||||
# .
|
||||
# ..
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue