Skip to content

Commit 9fa3cdc

Browse files
committed
Fixed movie publish (level sequence) when linking with a Shotgun Task.
1 parent 05724fb commit 9fa3cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/tk-multi-publish2/basic/publish_movie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def validate(self, settings, item):
191191
self.parent.sgtk.create_filesystem_structure(
192192
context.entity["type"],
193193
context.entity["id"],
194-
self.parent.engine,
194+
self.parent.engine.instance_name
195195
)
196196
# In theory, this should now work because we've created folders and
197197
# updated the path cache

0 commit comments

Comments
 (0)