Untuitively, config.read_raw_config is higher level than config.read;
the latter only supports INI.
Details
Details
- Reviewers
- None
- Group Reviewers
Reviewers
Diff Detail
Diff Detail
- Repository
- rDCIDX Metadata indexer
- Branch
- cli-yaml
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 3227 Build 4140: tox-on-jenkins Jenkins Build 4139: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DCIDX/job/tox/162/ for more details.
Comment Actions
something is amiss.
config.read calls config.read_raw_config if a config_path is provided (it is here).
both supports the yaml due to that.
So i'm not understanding what you are saying.