add missing empty line

This commit is contained in:
Jakub Trllo 2022-07-26 11:03:24 +02:00
parent 8e5a2a082e
commit fcf6e70107

View file

@ -380,6 +380,7 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
str: Path to representation file.
None: Path is not filled or does not exists.
"""
published_path = repre.get("published_path")
if published_path:
published_path = os.path.normpath(published_path)