aboutcode-org / aboutcode-org/scancode-toolkit
Detected package data should be shown in string format for CSV output
Ouverte
bug
GUI and outputs
- Langage dominant
- Python
- Étoiles
- 2.6k
- Forks
- 791
- Merge moyen
- 1 j 12 h
- PR mergées (30 j)
- 5
Description
Some of the "package declared license" from package scans returned as data structure instead of plain text in CSV output. For instance,
```
[OrderedDict([(u'type', u'BSD'), (u'url', u'http://github.com/spumko/boom/raw/master/LICENSE')])]
[OrderedDict([(u'type', u'MIT'), (u'url', u'https://github.com/bower/config/blob/master/LICENSE')])]
[OrderedDict([(u'type', u'MIT'), (u'url', u'https://github.com/bower/endpoint-parser/blob/master/LICENSE')])]
```
The above does not look good in the CSV.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.