aboutcode-org / aboutcode-org/scancode-toolkit
Detected package data should be shown in string format for CSV output
Aperta
bug
GUI and outputs
- Lingua principale
- Python
- Stelle
- 2.6k
- Fork
- 791
- Merge medio
- 1g 12h
- PR unite (30g)
- 5
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.