fix python
This commit is contained in:
parent
7a37c3349a
commit
338792edb6
1 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,8 @@ def compute_server(filename,p):
|
|||
p = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/output/" + arg + "_" + now + ".ifc"
|
||||
create(p,lst)
|
||||
localpath = "/home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich/output"
|
||||
write_csv(localpath,filename,lst)
|
||||
fname = filename.split("/")[1]
|
||||
write_csv(localpath,fname,lst)
|
||||
|
||||
# Server
|
||||
if len(sys.argv) == 1:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue