From bdc50899de4c497bf7dca3a7388319712dbe86c3 Mon Sep 17 00:00:00 2001 From: Gustas <37534529+PunkPun@users.noreply.github.com> Date: Sat, 18 Jan 2025 13:38:04 +0200 Subject: [PATCH] Fix bleed documentation GitHub runner as it runs an older version of Python --- packaging/format-docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/format-docs.py b/packaging/format-docs.py index 1f3d007d02..aeb6286eb6 100644 --- a/packaging/format-docs.py +++ b/packaging/format-docs.py @@ -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: