summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2012-09-27 10:46:36 +1000
committerRichard Jones <richard@mechanicalcat.net>2012-09-27 10:46:36 +1000
commit8e553cf0a43ee4063af430a3945c3109bd6fc089 (patch)
tree431a2b98b9892f88651526b74c36dfe119132413
parent26517ce0d44bd40a03af5de1ddb13e6b37f5d6b1 (diff)
downloaddecorator-8e553cf0a43ee4063af430a3945c3109bd6fc089.tar.gz
whoops
-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: