fix python
This commit is contained in:
parent
9a66094601
commit
666462e693
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ elif len(sys.argv) > 1:
|
|||
else:
|
||||
#p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/ifc/" + filename + ".ifc"
|
||||
# filename is ifc/name
|
||||
p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/" + filename + ".ifc"
|
||||
p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/" + filename
|
||||
compute_server(filename,p)
|
||||
else:
|
||||
print("extract [filepath]")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue