fix #1109 and a similiar problem

This commit is contained in:
UnCLASPrommer
2025-07-15 17:03:22 +08:00
parent b5fd959fe1
commit fb54b052f9
2 changed files with 8 additions and 4 deletions

View File

@@ -122,6 +122,7 @@ class ActionModifier:
# === 统一日志记录 ===
all_removals = removals_s1 + removals_s2
removals_summary: str = ""
if all_removals:
removals_summary = " | ".join([f"{name}({reason})" for name, reason in all_removals])