Error replace double quotes line 441 to single quotes
change
custom_print(f"WARNING: component with name '{component_json['name']}' and version '{component_json["version"]}' does not have a 'bom-ref'. I'll search for a match...")
to
custom_print(f"WARNING: component with name '{component_json['name']}' and version '{component_json['version']}' does not have a 'bom-ref'. I'll search for a match...")
Error replace double quotes line 441 to single quotes
change
custom_print(f"WARNING: component with name '{component_json['name']}' and version '{component_json["version"]}' does not have a 'bom-ref'. I'll search for a match...")
to
custom_print(f"WARNING: component with name '{component_json['name']}' and version '{component_json['version']}' does not have a 'bom-ref'. I'll search for a match...")