report-fossil: Don't create results for columns that are hashes
Fixes error when trying to convert a hex-value formatted hash into a number
setattr(result, stat.internal_name, int(v))
~~~^^^
ValueError: invalid literal for int() with base 10: '0x00000000abda4942'
This happens with the 'Source hash' field generated by Anv.
Merge request reports
Activity
Please register or sign in to reply