This commit is contained in:
Tomasz Duda 2024-11-03 12:17:23 +01:00
parent f76f906cf5
commit 69772b8872

View file

@ -1635,8 +1635,7 @@ class GenerateID(Optional):
def _get_default_key(*args):
key = [CORE.target_platform]
key.extend(args)
key = [CORE.target_platform] + list(args)
return ["_".join(key)]