Fix braino

This commit is contained in:
Jeff Forcier 2013-12-22 16:51:39 -08:00
parent 29aa777595
commit 09c2f1b3a1

View file

@ -189,7 +189,7 @@ def construct_releases(entries, app):
# First scan global issue dict, dying if not found
missing = [i for i in explicit if i not in issues]
if missing:
raise ValueError("Couldn't find issue(s) #%s in the changelog!" % (', '.join(i)))
raise ValueError("Couldn't find issue(s) #%s in the changelog!" % (', '.join(missing)))
# Obtain objects from global list
entries = [issues[i] for i in explicit]
# Create release