Merge branch 'develop' into enhancement/publisher-using-hierarchy-model

This commit is contained in:
Jakub Trllo 2024-02-29 11:05:40 +01:00
commit de498491ab
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@ def run_detached_process(args, **kwargs):
Args:
*args (tuple): AYON cli arguments.
args (Iterable[str]): AYON cli arguments.
**kwargs (dict): Keyword arguments for subprocess.Popen.
Returns:

View file

@ -42,7 +42,7 @@ class CollectInstanceCommentDef(
pass
@classmethod
def apply_settings(cls, project_setting, _):
def apply_settings(cls, project_setting):
plugin_settings = project_setting["core"]["publish"].get(
"collect_comment_per_instance"
)