Skip to content

Commit

Permalink
Node Utils - Add missing "reverse" parameter doc-string.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cattermole committed Apr 6, 2023
1 parent ac68dd5 commit d9e856c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/mmSolver/utils/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ def sort_nodes_by_depth(nodes, reverse=False):
:param nodes: List of Maya DAG node paths.
:type nodes: [str, ..]
:param reverse: Reverses the list of nodes.
:type reverse: bool
:returns: List of sorted nodes.
:rtype: [str, ..]
"""
Expand Down

0 comments on commit d9e856c

Please sign in to comment.