From d4d11e8fa18ca3e9605ebac359f8030ff08a8168 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Fri, 28 Jun 2024 15:39:54 +0200 Subject: [PATCH] Remove `tag` because `Layer` init does not take the argument --- client/ayon_core/lib/usdlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/lib/usdlib.py b/client/ayon_core/lib/usdlib.py index 3cf6c2bec7..40105bf26b 100644 --- a/client/ayon_core/lib/usdlib.py +++ b/client/ayon_core/lib/usdlib.py @@ -56,7 +56,7 @@ class Layer: anchor (Optional[Layer]): Another layer to relatively anchor to. """ sdf_layer = Sdf.Layer.CreateAnonymous(tag) - return cls(layer=sdf_layer, path=path, anchor=anchor, tag=tag) + return cls(layer=sdf_layer, path=path, anchor=anchor) def setup_asset_layer(