fix python
This commit is contained in:
parent
535cb3ec1b
commit
82618d4566
1 changed files with 3 additions and 1 deletions
|
|
@ -127,7 +127,9 @@ elif len(sys.argv) > 1:
|
|||
p = "../ifc/" + filename + ".ifc"
|
||||
compute_local(filename,p)
|
||||
else:
|
||||
p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/ifc/" + filename + ".ifc"
|
||||
#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"
|
||||
compute_server(filename,p)
|
||||
else:
|
||||
print("extract [filepath]")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue