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 committed Apr 15, 2014
1 parent 4f03bb4 commit a3acc1d
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 a3acc1d

Please sign in to comment.