mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
cosmetic issue fix
This commit is contained in:
parent
36db7faab4
commit
fb6bc696f8
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class MaxSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline,
|
|||
job_info.SecondaryPool = attr_values.get("deadline_pool_secondary")
|
||||
else:
|
||||
job_info.SecondaryPool = instance.data.get("secondaryPool",
|
||||
self.deadline_pool_secondary)
|
||||
self.deadline_pool_secondary) # noqa
|
||||
|
||||
job_info.ChunkSize = attr_values.get("chunkSize", 1)
|
||||
job_info.Comment = context.data.get("comment")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue