Skip to content

Commit

Permalink
remove unnecessary attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Nov 25, 2024
1 parent 8111b4d commit 85be6b2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions client/ayon_core/plugins/publish/collect_farm_env_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ class CollectCoreJobEnvVars(pyblish.api.ContextPlugin):
label = "AYON core Farm Environment Variables"
targets = ["local"]

ENV_KEYS = [
# AYON
"AYON_BUNDLE_NAME",
"AYON_DEFAULT_SETTINGS_VARIANT",
"AYON_PROJECT_NAME",
"AYON_FOLDER_PATH",
"AYON_TASK_NAME",
"AYON_APP_NAME",
"AYON_WORKDIR",
"AYON_APP_NAME",
"AYON_LOG_NO_COLORS",
"AYON_IN_TESTS",
"IS_TEST", # backwards compatibility
]

def process(self, context):
env = context.data.setdefault(FARM_JOB_ENV_DATA_KEY, {})
for key in [
Expand Down

0 comments on commit 85be6b2

Please sign in to comment.