From 6b9ff1772d53fd242a933467f7d2f5964f760b5c Mon Sep 17 00:00:00 2001 From: Kayla Man <64118225+moonyuet@users.noreply.github.com> Date: Tue, 2 Jul 2024 22:23:43 +0800 Subject: [PATCH] Update server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py Co-authored-by: Roy Nieterau --- .../maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py b/server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py index 5bc5634023..9cf13e6cc1 100644 --- a/server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py +++ b/server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py @@ -272,7 +272,7 @@ class CollectYetiRig(plugin.MayaInstancePlugin): pattern (str): The pattern to swap with the variable frame number. Returns: - list[str]: file sequence. + Optional[list[str]]: file sequence. """ filename = os.path.basename(filepath)