Changeset 362


Ignore:
Timestamp:
05/20/10 10:46:28 (14 years ago)
Author:
bas
Message:

email2trac.py.in:

  • regex has been changed so ticket_update went wrong. Stripped 1 digit too many.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r360 r362  
    740740
    741741                except ValueError:
    742                         # Strip '#' and ':'
    743                         #
    744                         self.id = int(id[1:-1])
     742                        # Strip '#'
     743                        #
     744                        self.id = int(id[1:])
     745
     746                if self.VERBOSE:
     747                        print "VB: ticket_update: %s" %id
    745748
    746749
Note: See TracChangeset for help on using the changeset viewer.