diff --git a/runbot/runbot.py b/runbot/runbot.py index 8745fd5b..4106e7fc 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -125,7 +125,7 @@ def s2human(time): return str(int(time)) + "s" def flatten(list_of_lists): - return itertools.chain.from_iterable(list_of_lists) + return list(itertools.chain.from_iterable(list_of_lists)) def decode_utf(field): try: