Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Nov 6, 2024
1 parent 9fcc50a commit 3b81896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_deadline/abstract_submit_deadline.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def process(self, instance):
self.log.info("Export job id: %s", job_id)
render_job_info = self.get_job_info(
job_info=job_info, dependency_job_ids=[job_id])
render_plugin_info = self.get_plugin_info(ob_type="render")
render_plugin_info = self.get_plugin_info(job_type="render")
payload = self.assemble_payload(
job_info=render_job_info,
plugin_info=render_plugin_info
Expand Down

0 comments on commit 3b81896

Please sign in to comment.