scripts/set-alias-page.py: match the title and the original command (#20051)

This commit is contained in:
Managor
2025-12-16 18:28:51 +02:00
committed by GitHub
parent 50f2d33c90
commit 9cd3fd20d7
+4 -1
View File
@@ -173,7 +173,10 @@ def set_alias_page(
)
if (
existing_locale_page_content.documentation_command
existing_locale_page_content.title == page_content.title
and existing_locale_page_content.original_command
== page_content.original_command
and existing_locale_page_content.documentation_command
== page_content.documentation_command
):
return ""