aboutcode-org / commoncode

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

VirtualCodebase Fails to produce the codebase upon scanning file Resources having fingerprint attribute #12

Closed Pratikrocks closed 3 years ago

Pratikrocks commented 3 years ago

Description

VirtualCodebase scan fails for files in which files have fingerprint attribute

How To Reproduce

Run scancode scans in the file

Following the command ./scancode <Location to the above json file> --json-pp results.json --from-json

Error Result

TypeError: init() got an unexpected keyword argument 'fingerprint'

Pratikrocks commented 3 years ago

Fixed