Private GIT

Skip to content
Snippets Groups Projects
Commit 3b81de91 authored by miigotu's avatar miigotu
Browse files

doh, appending a list to a list after chaining

parent 3b1ea1eb
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ class GenericProvider(object): # pylint: disable=too-many-instance-attributes
items[quality].append(item)
items_list = list(chain(*[v for (_, v) in sorted(items.iteritems(), reverse=True)]))
items_list.append(unknown_items)
items_list += unknown_items
cl = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment