mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-10 18:10:07 +01:00
(3.x) Fix compilation with custom "GODOT_VERSION_STATUS"
This commit is contained in:
parent
6fd82aca20
commit
a0d9a05a51
@ -92,7 +92,9 @@ def get_version_info(module_version_string="", silent=False):
|
|||||||
version_info["status"] = str(os.getenv("PANDEMONIUM_VERSION_STATUS"))
|
version_info["status"] = str(os.getenv("PANDEMONIUM_VERSION_STATUS"))
|
||||||
if not silent:
|
if not silent:
|
||||||
print(
|
print(
|
||||||
"Using version status '{}', overriding the original '{}'.".format(version_info.status, version.status)
|
"Using version status '{}', overriding the original '{}'.".format(
|
||||||
|
version_info["status"], version.status
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
# Parse Git hash if we're in a Git repo.
|
# Parse Git hash if we're in a Git repo.
|
||||||
|
Loading…
Reference in New Issue
Block a user