mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use normalized 'TemplateResult' output in 'get_workdir_with_workdir_data'
This commit is contained in:
parent
5963066a7e
commit
ab34b6f1cf
3 changed files with 5 additions and 4 deletions
|
|
@ -325,7 +325,6 @@ class IntegrateBatchGroup(pyblish.api.InstancePlugin):
|
|||
asset_entity = instance.data["assetEntity"]
|
||||
anatomy = instance.context.data["anatomy"]
|
||||
|
||||
workdir = get_workdir(
|
||||
return get_workdir(
|
||||
project_doc, asset_entity, task_data["name"], "flame", anatomy
|
||||
)
|
||||
return os.path.normpath(workdir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue