mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
change env variable key
This commit is contained in:
parent
f214751be3
commit
74acdd63ee
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ def _is_dev_mode_enabled():
|
|||
bool: True if dev mode is enabled.
|
||||
"""
|
||||
|
||||
return os.getenv("AYON_DEV_MODE") == "1"
|
||||
return os.getenv("AYON_USE_DEV") == "1"
|
||||
|
||||
|
||||
def _get_ayon_addons_information(bundle_info):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue