summaryrefslogtreecommitdiff
path: root/store.py
diff options
context:
space:
mode:
Diffstat (limited to 'store.py')
-rw-r--r--store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/store.py b/store.py
index c1838d1..366347d 100644
--- a/store.py
+++ b/store.py
@@ -472,9 +472,9 @@ class Store:
try:
# attempt to order using the PEP 386 implementation
for version, ordering in all_versions:
- o[version] = ordering
version = suggest_normalized_version(version)
assert version is not None
+ o[version] = ordering
l.append(NormalizedVersion(version))
# add in the new version if there is one
if new_version is not None: