mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
🐶 fix hound
This commit is contained in:
parent
fbc8021b45
commit
425cbd2ac0
1 changed files with 2 additions and 2 deletions
|
|
@ -206,8 +206,8 @@ class CreatePublishRoyalRenderJob(pyblish.api.InstancePlugin,
|
||||||
for job in instance.data["rrJobs"]: # type: RRJob
|
for job in instance.data["rrJobs"]: # type: RRJob
|
||||||
if job.rrEnvList:
|
if job.rrEnvList:
|
||||||
if len(job.rrEnvList) > 2000:
|
if len(job.rrEnvList) > 2000:
|
||||||
self.log.warning(("Job environment is too long "
|
self.log.warning(("Job environment is too long "
|
||||||
f"{len(job.rrEnvList)} > 2000"))
|
f"{len(job.rrEnvList)} > 2000"))
|
||||||
job_environ.update(
|
job_environ.update(
|
||||||
dict(RREnvList.parse(job.rrEnvList))
|
dict(RREnvList.parse(job.rrEnvList))
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue