Skip to content

Commit

Permalink
Versions: Add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 21, 2024
1 parent bb01be0 commit 243d264
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions github_app_geo_project/module/versions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ async def process(
version_status.dependencies_by_datasource.clear()
transversal_status = context.transversal_status

message = module_utils.HtmlMessage(
utils.format_json(json.loads(version_status.model_dump_json())["names_by_datasource"])
)
message.title = "Names cleaned:"

_get_names(
context,
version_status.names_by_datasource,
Expand Down

0 comments on commit 243d264

Please sign in to comment.