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(