1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-11 05:23:48 +01:00
lethliel d10c9b4cea [python3] fix sorting when using osc se
osc se did not sort the output anymore. The logic
in the existing results.sort(key=...) was wrong. Now it is using
key=itemgetter(0,1) has two columns and key=itemgetter(0) if there
is only one column.
2019-04-16 15:18:04 +02:00
..
2009-12-03 19:19:53 +01:00
2014-08-12 15:01:16 +02:00
2019-04-07 10:06:24 -05:00
2018-11-06 10:35:38 +01:00