aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/util
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-10-13 14:33:28 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-10-13 14:33:28 +0100
commit7a58e9057c978442d55069d4eef230df615cd714 (patch)
tree16fde181b82adb5cec0199ce8b0e8391b0c9f44f /test/functional/util
parent22e07e5504052efa91cf7425a1feb99f2335145f (diff)
downloadrspamd-7a58e9057c978442d55069d4eef230df615cd714.tar.gz
rspamd-7a58e9057c978442d55069d4eef230df615cd714.zip
[Minor] Further try to fix bloody python
Diffstat (limited to 'test/functional/util')
-rwxr-xr-xtest/functional/util/merge_coveralls.py2
1 files changed, 1 insertions, 1 deletions
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)):