This commit is contained in:
Kayla Man 2023-08-28 18:50:20 +08:00
parent 3f1fb736a6
commit a59de7db31

View file

@ -249,12 +249,8 @@ class MaxSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline,
if instance.data["renderer"] == "Redshift_Renderer":
self.log.debug("Using Redshift...published scene wont be used..")
replace_in_path = False
return replace_with_published_scene_path(
instance, replace_in_path)
else:
return replace_with_published_scene_path(
instance, replace_in_path)
return replace_with_published_scene_path(
instance, replace_in_path)
@staticmethod
def _iter_expected_files(exp):