Skip to content

Commit

Permalink
Messy...
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Oct 21, 2014
1 parent b987c98 commit 0f11061
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 @@ -407,7 +407,7 @@ def _bool_option(section, option, default):
for issue in issue_updates['closed']:
_, task_info = tw.get_task(uuid=issue)
log.name('db').info(
"Completing task {0}) {2}",
"Completing task {0} {1}",
issue,
task_info.get('description'),
)
Expand Down

0 comments on commit 0f11061

Please sign in to comment.