mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
creator: fixing returning project_name
This commit is contained in:
parent
ec21481c60
commit
ba4dd7cc22
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class BaseCreator:
|
|||
def project_name(self):
|
||||
"""Family that plugin represents."""
|
||||
|
||||
self.create_context.project_name
|
||||
return self.create_context.project_name
|
||||
|
||||
@property
|
||||
def log(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue