Fix: Refactor variable name

This commit is contained in:
Roy Nieterau 2022-02-02 14:29:38 +01:00
parent c8410674c2
commit 307cfc92fd

View file

@ -60,7 +60,7 @@ class ValidateExpectedFiles(pyblish.api.InstancePlugin):
# Update the representation expected files
self.log.info("Update range from actual job range "
"to frame list: {}".format(frame_list))
repre["files"] = sorted(real_expected_rendered)
repre["files"] = sorted(job_expected_files)
# Update the expected files
expected_files = job_expected_files