Skip to content
Snippets Groups Projects
Commit f39c0492 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

py3: use bytes for repo_name key

Otherwise, access to the relevant data fails.
parent 96e8cd48
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@
repo_id = reference_repo["id"]
repo_ids.add(repo_id)
repo_name = reference_repo['repo-prefix']
repo_name = bytes_me(reference_repo['repo-prefix'])
repo_details[repo_name] = data
format_info = reference_repo.get("format-info", {})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment