aboutcode-org / aboutcode-org/scancode.io
resolve_dependencies fails when multiple manifest files are present in a project
未關閉
- 主要語言
- Python
- 星號
- 215
- 分支
- 203
- 平均合併
- 4 天 8 小時
- 30 天內合併 PR
- 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 還沒有評估資料。