ukaea / parallel-preprocessor

Parallel-preprocessor: a prototype of parallel CAE geometry preprocessing framework
Other
18 stars 10 forks source link

command line usage with args -o not working #13

Closed shimwell closed 3 years ago

shimwell commented 3 years ago

When running /usr/bin/python /usr/bin/geomPipeline.py manifest.json -o ppp.brep

I think I am using the geomPipeline correctly according to the --help instructurings I get a RuntimeError

Screenshot from 2020-10-14 09-32-28

Screenshot from 2020-10-14 09-32-53

qingfengxia commented 3 years ago

confirmed, further I will add a command line test this -o option

qingfengxia commented 3 years ago

This should be fixed, I added "nargs =1" wrongly so args.outputFile is a list instead of string.