aboutcode-org / aboutcode-org/scancode.io
resolve_dependencies fails when multiple manifest files are present in a project
オープン
- 主要言語
- Python
- スター
- 215
- フォーク
- 203
- 平均マージ
- 4日 8時間
- マージ済み PR(30日)
- 6
説明
When running the resolve_dependencies pipeline on a project that contains multiple manifest files, the pipeline fails.
In our case, the project includes several requirements.txt files located in different subfolders.
The error seems to happen in the step that collects manifest inputs, probably in the get_manifest_inputs function, which appears to expect a single manifest file, not a list of files.
As a result, instead of resolving dependencies for all manifests found in the codebase, the pipeline stops with an exception.
コントリビューションガイド
評価
この issue はまだ評価されていません。