Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jan 20, 2025
1 parent dbe38dd commit 0fb9935
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/ayon_maya/api/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,10 @@ def _ls():

# Find all nodes by attribute existence
for node_attr in cmds.ls(
["*.id", "*.AYON_id"],
recursive=True,
long=True):
["*.id", "*.AYON_id"],
recursive=True,
long=True
):
try:
value = cmds.getAttr(node_attr)
except RuntimeError:
Expand Down

0 comments on commit 0fb9935

Please sign in to comment.