From d4dba877d23149c10d722588ef025733ee93d73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Feber?= Date: Sun, 25 Sep 2022 13:26:47 +0200 Subject: Fix compilation with custom "GODOT_VERSION_STATUS" --- methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods.py') diff --git a/methods.py b/methods.py index ba051322e1..97a1e15e35 100644 --- a/methods.py +++ b/methods.py @@ -105,7 +105,7 @@ def get_version_info(module_version_string="", silent=False): if os.getenv("GODOT_VERSION_STATUS") != None: version_info["status"] = str(os.getenv("GODOT_VERSION_STATUS")) if not silent: - print(f"Using version status '{version_info.status}', overriding the original '{version.status}'.") + print(f"Using version status '{version_info['status']}', overriding the original '{version.status}'.") # Parse Git hash if we're in a Git repo. githash = "" -- cgit v1.2.3