Changeset 230 for trunk


Ignore:
Timestamp:
10/29/08 08:07:41 (15 years ago)
Author:
bas
Message:

email2trac.py.in:

  • fixed a bug in reply_all option, closes #95
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r227 r230  
    468468                                try:
    469469                                        mail_list = '%s, %s' %(mail_list, mail)
    470                                 except:
     470                                except UnboundLocalError, detail:
    471471                                        mail_list = mail
    472472
Note: See TracChangeset for help on using the changeset viewer.