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

Commit

Permalink
Enhancement: Properly propagate project name in Workfile Template Bui…
Browse files Browse the repository at this point in the history
…lder
  • Loading branch information
Cyprien CAILLOT committed Sep 11, 2024
1 parent 6bb622e commit 7fb374f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/pipeline/workfile/workfile_template_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ def builder(self):

@property
def project_name(self):
return self._builder.project_name
return self._project_name

@project_name.setter
def project_name(self, name):
Expand Down

0 comments on commit 7fb374f

Please sign in to comment.