Skip to content

Commit e66495e

Browse files
author
Richard Jones
committed
web url got longer
1 parent 04431ee commit e66495e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/roundupdb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: roundupdb.py,v 1.83 2003-04-07 06:27:30 richard Exp $
18+
# $Id: roundupdb.py,v 1.84 2003-04-14 06:24:01 richard Exp $
1919

2020
__doc__ = """
2121
Extending hyperdb with types specific to issue-tracking.
@@ -361,7 +361,7 @@ def email_signature(self, nodeid, msgid):
361361
email = straddr((self.db.config.TRACKER_NAME,
362362
self.db.config.TRACKER_EMAIL))
363363

364-
line = '_' * max(len(web), len(email))
364+
line = '_' * max(len(web)+2, len(email))
365365
return '%s\n%s\n<%s>\n%s'%(line, email, web, line)
366366

367367

0 commit comments

Comments
 (0)