spdx-spec
spdx-spec copied to clipboard
Publish action failing for the SPDX 3.0 support branch
Triggering the publish_v3 action for the support branch results in the following error:
Run python3 spec-parser/main.py spdx-3-model/model $PARSER_OUT_BASE_DIR
usage: main.py [-h] [-d] [-f] [-j] [-J OUTPUT_JSONDUMP] [-m]
[-M OUTPUT_MKDOCS] [-n] [-o OUTPUT] [-p] [-P OUTPUT_PLANTUML]
[-r] [-R OUTPUT_RDF] [-t] [-T OUTPUT_TEX] [-v] [-V] [-w]
[-W OUTPUT_WEBPAGES] [-x] [-X OUTPUT_SINGLEFILE]
input_dir
main.py: error: unrecognized arguments: __parser_out
Attached is a diff between the working develop branch version and the non-working support/3.0 branch version:
cc: @zvr @bact
Need to update the GitHub workflow in the support branch to keep up with the changes in the spec-parser command line interface.