From: Vsevolod Stakhov Date: Sat, 13 Oct 2018 14:35:59 +0000 (+0100) Subject: [Minor] Python... X-Git-Tag: 1.8.1~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b8447825ac4f9da4f9ebef45bd15a26b8b7d17e3;p=rspamd.git [Minor] Python... --- diff --git a/test/functional/util/merge_coveralls.py b/test/functional/util/merge_coveralls.py index ddc18690d..e1498ac01 100755 --- a/test/functional/util/merge_coveralls.py +++ b/test/functional/util/merge_coveralls.py @@ -138,7 +138,7 @@ if __name__ == '__main__': elif 'DRONE' in os.environ and os.environ['DRONE']: j1['service_name'] = 'drone' - j1['source_files'] = files.values() + j1['source_files'] = list(files.values()) with open(args.output, 'w') as f: f.write(json.dumps(j1))