Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDCOREedfd0b3324e5: Add a simple merge_configs function in config.py
Diff Detail
Diff Detail
- Repository
- rDCORE Foundations and core functionalities
- Branch
- wip
- Lint
Lint Skipped - Unit
Unit Tests Skipped - Build Status
Buildable 3765 Build 4914: tox-on-jenkins Jenkins Build 4913: arc lint + arc unit
Event Timeline
Comment Actions
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DCORE/job/tox/127/
See console output for more information: https://jenkins.softwareheritage.org/job/DCORE/job/tox/127/console
swh/core/config.py | ||
---|---|---|
226 | shouldn't it be ... ... 'key2': value3, 'key3': value6, } I suppose there is an issue with the input instead and the key3 of the second dict should have been key2 instead? |
swh/core/config.py | ||
---|---|---|
226 | indeed, good catch |
swh/core/config.py | ||
---|---|---|
226 | This could be a doctest |
Comment Actions
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DCORE/job/tox/128/
See console output for more information: https://jenkins.softwareheritage.org/job/DCORE/job/tox/128/console