mirror of
https://github.com/vale981/releases
synced 2025-03-05 09:41:42 -05:00
Fix braino
This commit is contained in:
parent
29aa777595
commit
09c2f1b3a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue