Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDTSCN5c62848288b0: dump json instead of dict
Diff Detail
Diff Detail
- Repository
- rDTSCN Code scanner
- 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/DTSCN/job/tox/17/
See console output for more information: https://jenkins.softwareheritage.org/job/DTSCN/job/tox/17/console
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DTSCN/job/tox/18/ for more details.
swh/scanner/model.py | ||
---|---|---|
58 | I suggest using the indent=4 argument of json.dumps, it makes the JSON somewhat human-readable by adding line breaks and indenting. Also sort_key=True can be handy |
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DTSCN/job/tox/19/ for more details.
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DTSCN/job/tox/20/ for more details.