mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound fix
This commit is contained in:
parent
9a6ae240e2
commit
be386a3688
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class MaxSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline,
|
|||
|
||||
def from_published_scene(self, replace_in_path=True):
|
||||
instance = self._instance
|
||||
if instance.data["renderer"]== "Redshift_renderer":
|
||||
if instance.data["renderer"] == "Redshift_renderer":
|
||||
file_path = self.scene_path
|
||||
return file_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue