Skip to content

Commit

Permalink
Merge pull request #57 from sachinshaji/fix/maven-findsources
Browse files Browse the repository at this point in the history
fix: indentation fix
  • Loading branch information
tngraf authored Mar 8, 2024
2 parents b64f8fa + 5fd2d3f commit eeae453
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 eeae453

Please sign in to comment.