Loading lib/galaxy/workflow/steps.py +6 −5 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ def order_workflow_steps(steps, comments): else: sortable_comments.append(comment) if sortable_comments: # consider comments to find normalization position min_left_comments = min(comment.position[0] for comment in sortable_comments) min_top_comments = min(comment.position[1] for comment in sortable_comments) Loading Loading
lib/galaxy/workflow/steps.py +6 −5 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ def order_workflow_steps(steps, comments): else: sortable_comments.append(comment) if sortable_comments: # consider comments to find normalization position min_left_comments = min(comment.position[0] for comment in sortable_comments) min_top_comments = min(comment.position[1] for comment in sortable_comments) Loading