sw360 / capycli

CaPyCLI - Python scripts for software license compliance automation with SW360
Other
13 stars 7 forks source link

String Conversion missing for binary_url object #56

Closed sachinshaji closed 9 months ago

sachinshaji commented 9 months ago

https://github.com/sw360/capycli/blob/main/capycli/bom/findsources.py#L524

The findsources.py code will break as the binary_url is not converted to str. Please add str(binary_url) in the above line.

tngraf commented 9 months ago

Done