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
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
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 | ||
|---|---|---|
| 225 | 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 | ||
|---|---|---|
| 225 | indeed, good catch | |
| swh/core/config.py | ||
|---|---|---|
| 225 | 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