Changeset 57 for emailtotracscript


Ignore:
Timestamp:
03/08/06 12:48:42 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
File:
1 edited

Legend:

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

    r54 r57  
    531531                        if self.VERSION > 0.8:
    532532                                fd = open(path)
    533                                 att = attachment.Attachment(self.env,' ticket', ticket['id'])
     533                                att = attachment.Attachment(self.env, 'ticket', ticket['id'])
    534534                                att.insert(url_filename, fd, filesize)
    535535                                fd.close()
Note: See TracChangeset for help on using the changeset viewer.