aboutcode-org / commoncode

A library of common functions shared in many other AboutCode projects
3 stars 11 forks source link

Do not trigger a RecursionError #23 #24

Closed pombredanne closed 3 years ago

pombredanne commented 3 years ago

We have a recursion-error when using a plain JSON from ScanCode.io scan_codebase pipeline. This PR is to fix this #23

It also contains a supplemental fix for https://github.com/nexB/scancode-toolkit/issues/1422

Signed-off-by: Philippe Ombredanne pombredanne@nexb.com

pombredanne commented 3 years ago

@JonoYang Thank you ++ I created #25 as a follow up

pombredanne commented 3 years ago

Green :green_apple: :green_heart: Merging!