--- a/eric6/Graphics/GraphicsUtilities.py Sun May 02 18:16:54 2021 +0200 +++ b/eric6/Graphics/GraphicsUtilities.py Mon May 03 19:42:27 2021 +0200 @@ -27,8 +27,8 @@ @param nodes list of nodes to be sorted @param routes list of routes between the nodes @param noRecursion flag indicating, if recursion errors should be raised + @return list of stages @exception RecursionError a recursion error was detected - @return list of stages """ children, parents = _buildChildrenLists(routes)