summaryrefslogtreecommitdiffstats
path: root/tools/repopick.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/repopick.py')
-rwxr-xr-xtools/repopick.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/repopick.py b/tools/repopick.py
index ea7227e..7336e78 100755
--- a/tools/repopick.py
+++ b/tools/repopick.py
@@ -181,7 +181,7 @@ for change in args.change_number:
if args.verbose:
print('Fetching from: %s\n' % url)
f = urllib.request.urlopen(url)
- d = f.read().decode()
+ d = f.read().decode("utf-8")
# Parse the result
if args.verbose: