mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix typo in 'project_doc'
This commit is contained in:
parent
69d9254c46
commit
ef1d3ada61
1 changed files with 1 additions and 1 deletions
|
|
@ -1395,7 +1395,7 @@ class EnvironmentPrepData(dict):
|
|||
if data.get("env") is None:
|
||||
data["env"] = os.environ.copy()
|
||||
|
||||
project_name = data["project_doct"]["name"]
|
||||
project_name = data["project_doc"]["name"]
|
||||
if "project_settings" not in data:
|
||||
data["project_settings"] = get_project_settings(project_name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue