mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
formatting changes
This commit is contained in:
parent
4397dc1c80
commit
b33e8f0fbc
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"),
|
||||
"status": "in_progress"
|
||||
},
|
||||
{"$set":
|
||||
{
|
||||
{
|
||||
"$set": {
|
||||
"path": instance.data.get("ctx_path")
|
||||
|
||||
}}
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue