Skip to content

Commit

Permalink
Convert incoming annotations to strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Coddington authored and ralphbean committed May 5, 2014
1 parent fbbaa26 commit 82c36e9
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 @@ -64,7 +64,7 @@ def get_normalized_annotation(annotation):
return re.sub(
r'[\W_]',
'',
annotation
six.text_type(annotation)
)


Expand Down

0 comments on commit 82c36e9

Please sign in to comment.