Fix bleed documentation

GitHub runner as it runs an older version of Python
This commit is contained in:
Gustas
2025-01-18 13:38:04 +02:00
committed by Paul Chote
parent 75d4fa2509
commit bdc50899de

View File

@@ -70,7 +70,7 @@ def format_docs(version, collectionName, types, relatedEnums):
sourceUrl = ""
if currentType["Filename"]:
sourceUrl = f"https://github.com/OpenRA/OpenRA/blob/{version}/{currentType["Filename"]}"
sourceUrl = f"https://github.com/OpenRA/OpenRA/blob/{version}/{currentType['Filename']}"
description = f"{description} [GitHub]({sourceUrl})"
if description: