Restore "published_path" backwards compatibility for IntegrateFtrackInstance on Farm

This commit is contained in:
Roy Nieterau 2022-03-26 14:43:00 +01:00
parent 8fffc60b50
commit 177e83ec8b

View file

@ -532,6 +532,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
# Store first transferred destination as published path data
# todo: can we remove this?
published_path = transfers[0][1]
repre["published_path"] = published_path # Backwards compatibility
# todo: `repre` is not the actual `representation` entity
# we should simplify/clarify difference between data above