From 7a58e9057c978442d55069d4eef230df615cd714 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 13 Oct 2018 14:33:28 +0100 Subject: [PATCH] [Minor] Further try to fix bloody python --- test/functional/util/merge_coveralls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/util/merge_coveralls.py b/test/functional/util/merge_coveralls.py index 48dc3e2a6..06c8ef02b 100755 --- a/test/functional/util/merge_coveralls.py +++ b/test/functional/util/merge_coveralls.py @@ -110,7 +110,7 @@ if __name__ == '__main__': prepare_path_mapping() - j1 = json.loads(args.input[0].read()) + j1 = json.loads(args.input[0].read().decode("utf-8-sig")) files = merge({}, j1) for i in xrange(1, len(args.input)): -- 2.39.5