Closed sachinshaji closed 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.
Done
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.