Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sw360/capycli
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed Mar 8, 2024
2 parents bc68998 + eeae453 commit 906ba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capycli/dependencies/maven_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def try_find_metadata(self, cx_comp: Component) -> None:
cx_comp, ExternalReferenceType.DISTRIBUTION,
CaPyCliBom.SOURCE_URL_COMMENT, src_file_url)

print(src_file_url)
print(src_file_url)
description = info.find("./pom:description", namespaces)
if description is not None:
cx_comp.description = description.text
Expand Down

0 comments on commit 906ba55

Please sign in to comment.