Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: ca8cd524a1f882b7de2aaf5f56d8b2878c07739a https://github.com/galaxyproject/galaxy/commit/ca8cd524a1f882b7de2aaf5f56d8b... Author: Peter Cock <p.j.a.cock@googlemail.com> Date: 2016-10-26 (Wed, 26 Oct 2016) Changed paths: M lib/galaxy/tools/data/__init__.py Log Message: ----------- Avoid pointless lambda function The lambda function used a ternary if/else anyway, just do this directly - its shorter and clearer. Commit: ab42b7b15c50c7ae4a4a582ebc1df2780e1538de https://github.com/galaxyproject/galaxy/commit/ab42b7b15c50c7ae4a4a582ebc1df... Author: Nicola Soranzo <nsoranzo@tiscali.it> Date: 2016-10-26 (Wed, 26 Oct 2016) Changed paths: M lib/galaxy/tools/data/__init__.py Log Message: ----------- Merge pull request #3097 from peterjc/patch-4 Avoid pointless lambda function Compare: https://github.com/galaxyproject/galaxy/compare/35346fdb3e67...ab42b7b15c50