mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge branch 'develop' into enhancement/publisher-using-hierarchy-model
This commit is contained in:
commit
de498491ab
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue