From 408ca51f0f15549bf7008ed51bfb36582f7971fe Mon Sep 17 00:00:00 2001 From: ynput Date: Mon, 9 Sep 2024 19:12:35 +0200 Subject: [PATCH] fixes for linting --- .../standalone/usd/pinning/__pinning_file_generation_funcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_usd/standalone/usd/pinning/__pinning_file_generation_funcs.py b/client/ayon_usd/standalone/usd/pinning/__pinning_file_generation_funcs.py index d7037ec..613bfb4 100644 --- a/client/ayon_usd/standalone/usd/pinning/__pinning_file_generation_funcs.py +++ b/client/ayon_usd/standalone/usd/pinning/__pinning_file_generation_funcs.py @@ -161,7 +161,7 @@ def get_asset_dependencies( layer: Sdf.Layer = Sdf.Layer.FindOrOpen(resolved_layer_path) if not layer: - log.warning(f"Unable to open layer: %s", resolved_layer_path) + log.warning(f"Unable to open layer: {resolved_layer_path}") return {} identifier_to_path[layer_path] = resolved_layer_path.GetPathString()