Add more general shape description.
This commit is contained in:
parent
cfb558e540
commit
422f458469
27 changed files with 234 additions and 106 deletions
|
@ -13,7 +13,6 @@ if __name__ == "__main__":
|
|||
shape_params = json.loads(argv[0])
|
||||
shape = shape_params['shape']
|
||||
output = shape_params['output']
|
||||
print(output)
|
||||
|
||||
if not os.path.exists(os.getcwd() + "/" + output):
|
||||
os.makedirs(os.getcwd() + "/" + output)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue