Skip to content

Commit

Permalink
It's a shame that twiggy doesn't handle encodings gracefully. Bad cho…
Browse files Browse the repository at this point in the history
…ice of a logging lib, @ralphbean.
  • Loading branch information
ralphbean committed Feb 15, 2015
1 parent 0365275 commit e3442f5
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 @@ -418,7 +418,7 @@ def _bool_option(section, option, default):
log.name('db').info(
"Completing task {0} {1}{2}",
issue,
task_info.get('description'),
task_info.get('description', '').encode('utf-8'),
notreally
)
if dry_run:
Expand Down

0 comments on commit e3442f5

Please sign in to comment.