mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Revert string value for M_OVERRIDDEN_KEY for backwards compatibility
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
f9209be519
commit
ec3b535f76
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import re
|
|||
|
||||
|
||||
# Metadata keys for work with studio and project overrides
|
||||
M_OVERRIDDEN_KEY = "__overridden_keys__"
|
||||
M_OVERRIDDEN_KEY = "__overriden_keys__"
|
||||
# Metadata key for storing information about environments
|
||||
M_ENVIRONMENT_KEY = "__environment_keys__"
|
||||
# Metadata key for storing dynamic created labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue