Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deadline: Submit Publish job error #6263

Merged
merged 4 commits into from Apr 16, 2024

Conversation

MustafaJafar
Copy link
Contributor

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
@ynbot ynbot added the size/XS Denotes a PR changes 0-99 lines, ignoring general files label Apr 15, 2024
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
@iLLiCiTiT iLLiCiTiT merged commit 0083c73 into develop Apr 16, 2024
1 check passed
@ynbot ynbot added this to the next-patch milestone Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

None yet

3 participants