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

Fix general settings environment variables resolution #3587

Merged
merged 1 commit into from
Jul 29, 2022

Conversation

antirotor
Copy link
Member

Fix

Fix how variables are resolved in general settings. This will now allow to define new variables and resolve them in one pass.

For example:

{
    "FOO": "something",
    "BAR": ["{FOO}", "else"]
}

will now resolve correctly. This was crashing OpenPype on start.

Resolves #3585

this will fix environment resolution of general settings in one pass
@antirotor antirotor added type: bug Something isn't working Bump Minor Pull requests that update a dependency file labels Jul 27, 2022
@antirotor antirotor requested a review from iLLiCiTiT July 27, 2022 16:17
@antirotor antirotor self-assigned this Jul 27, 2022
@ynbot
Copy link
Contributor

ynbot commented Jul 27, 2022

@antirotor antirotor merged commit 26ba676 into release/3.13.x Jul 29, 2022
@antirotor antirotor deleted the bugfix/OP-3658_fix-general-envs-2 branch July 29, 2022 07:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bump Minor Pull requests that update a dependency file type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants