mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
remove redundant / in filepath
This commit is contained in:
parent
b0c62d314b
commit
064029ccfe
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ class CreateAlembicCamera(plugin.HoudiniCreator):
|
|||
instance_node = hou.node(instance.get("instance_node"))
|
||||
|
||||
filepath = "{staging_dir}/{product_name}.abc".format(
|
||||
staging_dir=hou.text.expandString("$HIP/pyblish/"),
|
||||
staging_dir=hou.text.expandString("$HIP/pyblish"),
|
||||
# keep dynamic link to product name
|
||||
product_name="`chs(\"AYON_productName\")`",
|
||||
)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class CreatePointCache(plugin.HoudiniCreator):
|
|||
instance_node = hou.node(instance.get("instance_node"))
|
||||
|
||||
filepath = "{staging_dir}/{product_name}.abc".format(
|
||||
staging_dir=hou.text.expandString("$HIP/pyblish/"),
|
||||
staging_dir=hou.text.expandString("$HIP/pyblish"),
|
||||
# keep dynamic link to product name
|
||||
product_name="`chs(\"AYON_productName\")`",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue