mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
formatting changes
This commit is contained in:
parent
2a8a85ac2e
commit
d270f4cc0a
1 changed files with 4 additions and 4 deletions
|
|
@ -28,11 +28,11 @@ class IntegrateContextToLog(pyblish.api.ContextPlugin):
|
||||||
"batch_id": instance.data.get("batch_id"),
|
"batch_id": instance.data.get("batch_id"),
|
||||||
"status": "in_progress"
|
"status": "in_progress"
|
||||||
},
|
},
|
||||||
{"$set":
|
{
|
||||||
{
|
"$set": {
|
||||||
"path": instance.data.get("ctx_path")
|
"path": instance.data.get("ctx_path")
|
||||||
|
}
|
||||||
}}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue