Loading
Fix unbound local error in sort collection tool
Fixes
```
UnboundLocalError: local variable 'sorted_elements' referenced before assignment
File "galaxy/tools/__init__.py", line 1909, in handle_single_execution
rval = self.execute(
File "galaxy/tools/__init__.py", line 2005, in execute
return self.tool_action.execute(
File "galaxy/tools/actions/model_operations.py", line 83, in execute
self._produce_outputs(
File "galaxy/tools/actions/model_operations.py", line 108, in _produce_outputs
tool.produce_outputs(
File "galaxy/tools/__init__.py", line 3490, in produce_outputs
for dce in sorted_elements:
```
in https://sentry.galaxyproject.org/share/issue/264aea1fd3994e5ba67ab80fcbd2c577/