From 87779d2f5c790e8793729c79d33bfe6d0664f62b Mon Sep 17 00:00:00 2001 From: RepoDynamicsBot <80158628+AAriam@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:04:14 +0200 Subject: [PATCH] fix --- pyproject.toml | 2 +- src/repodynamics/actions/init.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ace26d4e..c154dda4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev134" +version = "0.0.0.dev135" name = "RepoDynamics" dependencies = [ "packaging >= 23.2, < 24", diff --git a/src/repodynamics/actions/init.py b/src/repodynamics/actions/init.py index 718d16e8..4ef8cb62 100644 --- a/src/repodynamics/actions/init.py +++ b/src/repodynamics/actions/init.py @@ -438,7 +438,7 @@ def action_file_change_detector(self) -> list[str]: if summaries: summary_details.append(html.h(3, file_type.value.title)) summary_details.append(html.ul(summaries)) - changed_groups_str += f", {file_type.value.title}" + changed_groups_str += f", {file_type.value}" if changed_groups_str: oneliner = f"Found changes in following groups: {changed_groups_str[2:]}." if summary_detail[RepoFileType.SUPERMETA]: