mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
updated assertion error
This commit is contained in:
parent
0cd7b6f537
commit
6621cbfc8c
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ class ValidateMindbenderDeadlineDone(pyblish.api.InstancePlugin):
|
|||
}
|
||||
|
||||
assert "AVALON_DEADLINE" in api.Session, ("Environment variable "
|
||||
"missing from current "
|
||||
"session: AVALON_DEADLINE")
|
||||
"missing: 'AVALON_DEADLINE'")
|
||||
avalon_deadline = api.Session["AVALON_DEADLINE"]
|
||||
url = "{}/api/jobs?JobID=%s".format(avalon_deadline)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue