aboutcode-org / aboutcode-org/scancode-toolkit

Detected package data should be shown in string format for CSV output

Abierto
#1,551 0 comentarios 0 reacciones 0 asignados Ver en GitHub
bug GUI and outputs
Lenguaje dominante
Python
Estrellas
2.6k
Forks
791
Merge medio
1 d 12 h
PR fusionados (30 d)
5

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.