mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added debug log
This commit is contained in:
parent
9e3bba4fea
commit
3ddcae8f4e
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ class CollectSettings(api.ContextPlugin):
|
|||
|
||||
def process(self, context):
|
||||
project_name = context.data["projectName"]
|
||||
self.log.debug(
|
||||
"Collecting settings for project: {}".format(project_name)
|
||||
)
|
||||
project_settings = get_project_settings(project_name)
|
||||
context.data["project_settings"] = project_settings
|
||||
context.data["projectSettings"] = project_settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue