From cf7fa9b732b18e60fa9de48585a930cd824a947c Mon Sep 17 00:00:00 2001 From: MustafaJafar Date: Thu, 29 Feb 2024 23:30:24 +0200 Subject: [PATCH] fix a typo with a class attribute --- .../ayon_core/hosts/houdini/plugins/create/create_mantra_rop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/hosts/houdini/plugins/create/create_mantra_rop.py b/client/ayon_core/hosts/houdini/plugins/create/create_mantra_rop.py index 69407420d0..1b631f36ac 100644 --- a/client/ayon_core/hosts/houdini/plugins/create/create_mantra_rop.py +++ b/client/ayon_core/hosts/houdini/plugins/create/create_mantra_rop.py @@ -11,7 +11,7 @@ class CreateMantraROP(plugin.HoudiniCreator): label = "Mantra ROP" product_type = "mantra_rop" icon = "magic" - render_staging_dir = "$HIP/ayon/{product[name]}/render/{product[name]}.$F4.{ext}", + render_staging_dir = "$HIP/ayon/{product[name]}/render/{product[name]}.$F4.{ext}" ifd_dir = "$HIP/ayon/{product[name]}/ifd/{product[name]}.$F4.ifd" # Default to split export and render jobs