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

Commit

Permalink
update property name
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Sep 26, 2023
1 parent 32a88fd commit 654c9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/hosts/houdini/api/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self):
self._has_been_setup = False

@property
def houdini_project_settings(self):
def project_settings(self):
return HoudiniProjectSettings()

def install(self):
Expand Down

0 comments on commit 654c9fa

Please sign in to comment.