From 30f476782327fe0f8d66482579e1a9896696fff9 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 12 Mar 2024 16:26:46 +0100 Subject: [PATCH] copy and open of published workfile should work --- openpype/tools/ayon_workfiles/control.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openpype/tools/ayon_workfiles/control.py b/openpype/tools/ayon_workfiles/control.py index 9d19571267e..b932f4eeb2c 100644 --- a/openpype/tools/ayon_workfiles/control.py +++ b/openpype/tools/ayon_workfiles/control.py @@ -573,6 +573,7 @@ def copy_workfile_representation( workdir, filename, template_key, + src_filepath=representation_filepath ) except Exception: failed = True