remove OpenPype env key

This commit is contained in:
Jakub Trllo 2024-11-26 09:58:05 +01:00
parent fa88c298c4
commit cd5f89afe5

View file

@ -23,8 +23,6 @@ class CollectCoreJobEnvVars(pyblish.api.ContextPlugin):
"AYON_WORKDIR",
"AYON_LOG_NO_COLORS",
"AYON_IN_TESTS",
# backwards compatibility
"IS_TEST",
]:
value = os.getenv(key)
if value: