Merge pull request #135 from ynput/bugfix/minor-fixes-2

Chore: Minor fixes 2
This commit is contained in:
Jakub Trllo 2024-02-28 18:37:42 +01:00 committed by GitHub
commit 978e461539
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"
)