ukaea/parallel-preprocessor

command line usage with args -o not working

shimwell opened this issue · 2 comments

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

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

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