Skip to content
Snippets Groups Projects
Unverified Commit 2d6f77b8 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.loader.pypi.model: Fix wrong indentation

parent 46551114
No related branches found
No related tags found
No related merge requests found
......@@ -99,8 +99,8 @@ class PyPiProject:
if len(release) > 1:
raise ValueError(
'Unsupported other formats for now, failing!')
release = release[0]
release = release[0]
# flatten the metadata to ease reading
_flattenned_release = {
'name': version,
......
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