Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Deadline: Submit Publish job error#6263

Merged
iLLiCiTiT merged 4 commits intodevelopfrom
bugfix/AY-5022_Deadline-Submit-Publish-job-error
Apr 16, 2024
Merged

Deadline: Submit Publish job error#6263
iLLiCiTiT merged 4 commits intodevelopfrom
bugfix/AY-5022_Deadline-Submit-Publish-job-error

Conversation

@MustafaJafar
Copy link
Copy Markdown
Member

Changelog Description

Use get env to get the value of AVALON_DB
AVALON_DB environment variable is not initialized when using OpenPype in Ayon mode.
which raise an error when using os.environ["AVALON_DB"]
This PR changes it to os.getenv("AVALON_DB")

Testing notes:

  1. Open a dcc
  2. Publish a render, publisher shouldn't complain about AVALON_DB being non exist.

@MustafaJafar MustafaJafar added type: bug Something isn't working sponsored Client endorsed or requested module: Deadline AWS Deadline related features labels Apr 15, 2024
@MustafaJafar MustafaJafar requested a review from tokejepsen April 15, 2024 20:38
@ynbot ynbot added the size/XS Denotes a PR changes 0-99 lines, ignoring general files label Apr 15, 2024
@MustafaJafar MustafaJafar requested a review from iLLiCiTiT April 16, 2024 08:02
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
@iLLiCiTiT iLLiCiTiT merged commit 0083c73 into develop Apr 16, 2024
@ynbot ynbot added this to the next-patch milestone Apr 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

module: Deadline AWS Deadline related features size/XS Denotes a PR changes 0-99 lines, ignoring general files sponsored Client endorsed or requested type: bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants