From 07997219d7920e8530e6200559c78989649ae33e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= Date: Mon, 27 Jan 2020 13:31:13 +0000 Subject: [PATCH] fixing unassigned variable --- pype/plugins/global/publish/collect_filesequences.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pype/plugins/global/publish/collect_filesequences.py b/pype/plugins/global/publish/collect_filesequences.py index 9aa96b0e33..5c7ba41a5b 100644 --- a/pype/plugins/global/publish/collect_filesequences.py +++ b/pype/plugins/global/publish/collect_filesequences.py @@ -101,6 +101,7 @@ class CollectRenderedFrames(pyblish.api.ContextPlugin): lut_path = None slate_frame = None families_data = None + baked_mov_path = None subset = None version = None frame_start = 0