Skip to content

Commit

Permalink
Include just the description here.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Mar 7, 2014
1 parent 3b5be9a commit e03fe0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugwarrior/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def find_local_uuid(tw, keys, issue, legacy_matching=True):
if len(possibilities) > 1:
raise MultipleMatches(
"Issue %s matched multiple IDs: %s" % (
issue,
issue['description'],
possibilities
)
)
Expand Down

0 comments on commit e03fe0b

Please sign in to comment.