Changeset 97 for emailtotracscript/trunk


Ignore:
Timestamp:
07/13/06 08:43:44 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • Some control changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/email2trac.py.in

    r96 r97  
    804804        #
    805805        except Exception, error:
    806                 if m:
    807                         self.save_email_for_debug(m, True)
    808 
    809806                if ENABLE_SYSLOG:
    810807                        syslog.openlog('email2trac', syslog.LOG_NOWAIT)
     
    816813                        traceback.print_exc()
    817814
     815                if m:
     816                        self.save_email_for_debug(m, True)
     817
    818818# EOB
Note: See TracChangeset for help on using the changeset viewer.