From 3d42b7858c6d013dd418d6026f28650cd0b13bbe Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Fri, 28 Jun 2024 15:40:52 +0200 Subject: [PATCH] Update client/ayon_core/lib/usdlib.py Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> --- client/ayon_core/lib/usdlib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/ayon_core/lib/usdlib.py b/client/ayon_core/lib/usdlib.py index 40105bf26b..583c36b6ca 100644 --- a/client/ayon_core/lib/usdlib.py +++ b/client/ayon_core/lib/usdlib.py @@ -29,8 +29,7 @@ class Layer: anchor_path = self.anchor.get_full_path() root = os.path.dirname(anchor_path) return os.path.normpath(os.path.join(root, self.path)) - else: - return self.path + return self.path def export(self, path=None, args=None): """Save the layer"""