mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-09 13:53:52 +01:00
...
This commit is contained in:
parent
f457079597
commit
289437fe25
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ def expand_bug(self, msg, nick, config, bug_tracker, type='trac'):
|
|||
summary = self.get_trac_summary(bug, url)
|
||||
if summary:
|
||||
msg = msg.replace('#%s'%bug, '#%s (%s)'%(bug, summary))
|
||||
msg = msg.replace('Fixesed', 'Fixed')
|
||||
return msg, bug, url, action
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue