creator: fixing returning project_name

This commit is contained in:
Jakub Jezek 2022-07-08 12:47:36 +02:00
parent ec21481c60
commit ba4dd7cc22
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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):