mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Hound
This commit is contained in:
parent
10fa591e68
commit
eabfc473ac
2 changed files with 4 additions and 4 deletions
|
|
@ -96,10 +96,11 @@ class CollectPublishedFiles(pyblish.api.ContextPlugin):
|
|||
instance.data["stagingDir"] = task_dir
|
||||
instance.data["source"] = "webpublisher"
|
||||
|
||||
instance.data["ctx_path"] = ctx["path"] # to store for logging
|
||||
# to store logging info into DB openpype.webpublishes
|
||||
instance.data["ctx_path"] = ctx["path"]
|
||||
instance.data["batch_id"] = task_data["batch"]
|
||||
|
||||
|
||||
# to convert from email provided into Ftrack username
|
||||
instance.data["user_email"] = task_data["user"]
|
||||
|
||||
if is_sequence:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import os
|
||||
|
||||
from avalon import io
|
||||
import pyblish.api
|
||||
from openpype.lib import OpenPypeMongoConnection
|
||||
|
||||
|
|
@ -36,4 +35,4 @@ class IntegrateContextToLog(pyblish.api.ContextPlugin):
|
|||
}}
|
||||
)
|
||||
|
||||
return
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue