fix python
This commit is contained in:
parent
4cbc144016
commit
dd410d6569
1 changed files with 6 additions and 7 deletions
|
|
@ -123,7 +123,6 @@ elif len(sys.argv) > 1:
|
|||
use_local = False
|
||||
filename = sys.argv[1]
|
||||
print(f">> filename:{filename}")
|
||||
if os.path.exists(p):
|
||||
if use_local:
|
||||
p = "../ifc/" + filename + ".ifc"
|
||||
compute_local(filename,p)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue