Skip to content

Commit

Permalink
fixes for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ynput committed Sep 9, 2024
1 parent fefa609 commit 408ca51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 408ca51

Please sign in to comment.