Fix typo on function as 'fill_roots' doesn't exist

This commit is contained in:
Fabia Serra Arrizabalaga 2023-02-21 18:44:34 +01:00 committed by Jakub Trllo
parent e5ebc85663
commit 35e4313ddb

View file

@ -412,7 +412,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
assert fn is not None, "padding string wasn't found"
# list of tuples (source, destination)
staging = representation.get("stagingDir")
staging = self.anatomy.fill_roots(staging)
staging = self.anatomy.fill_root(staging)
resource_files.append(
(frame,
os.path.join(staging,