Skip to content

Commit

Permalink
Merge pull request #131 from ynput/bugfix/minor-fixes
Browse files Browse the repository at this point in the history
Chore: Minor fixes
  • Loading branch information
iLLiCiTiT authored Feb 28, 2024
2 parents 69d9254 + f92de3c commit ce370c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class FusionLoadSequence(load.LoaderPlugin):
"render",
"plate",
"image",
"onilne",
"online",
]
representations = ["*"]
extensions = set(
Expand Down
2 changes: 1 addition & 1 deletion client/ayon_core/lib/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ def __init__(self, data):
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)

Expand Down

0 comments on commit ce370c7

Please sign in to comment.