1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 21:58:41 +02:00

- follow the request order of the api (sorting according to priorization)

This commit is contained in:
2014-11-11 08:26:08 +01:00
parent 6ccf64fc2f
commit de702bb8ed
2 changed files with 2 additions and 1 deletions

View File

@@ -2150,7 +2150,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
print('No results')
return
results.sort(reverse=True)
# we must not sort the results here, since the api is doing it already "the right way"
days = opts.days or conf.config['request_list_days']
since = ''
try: