mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix collect comment
This commit is contained in:
parent
ce370c7ca0
commit
9464b3739a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class CollectInstanceCommentDef(
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def apply_settings(cls, project_setting, _):
|
def apply_settings(cls, project_setting):
|
||||||
plugin_settings = project_setting["core"]["publish"].get(
|
plugin_settings = project_setting["core"]["publish"].get(
|
||||||
"collect_comment_per_instance"
|
"collect_comment_per_instance"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue