Skip to content

Commit

Permalink
EMS623 fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebai-adsk committed Oct 2, 2023
1 parent 0e77c73 commit 5257879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/mayaUsd/fileio/testCustomRig.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _GetMFnDagNode(self, objectName):
selectionList = OpenMaya.MSelectionList()
try:
selectionList.add(objectName)
except Exception:
except Exception:
return None

mObj = selectionList.getDependNode(0)
Expand Down

0 comments on commit 5257879

Please sign in to comment.