Changeset 103 for emailtotracscript


Ignore:
Timestamp:
07/17/06 13:51:07 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • Remove the temporarly created attachment files.
Location:
emailtotracscript/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/ChangeLog

    r101 r103  
    1919        * Finally understand the unicode/encode functions and hopefully
    2020          fixed the errors.
     21          Fixed by: Bas van der Vlies
     22
     23        * Remove the temporarly created attachment files.
    2124          Fixed by: Bas van der Vlies
    2225       
  • emailtotracscript/trunk/debian/changelog

    r100 r103  
     1email2trac (0.7.6-4) stable; urgency=low
     2
     3  *  Remove the temporarly create files by trac for attachment insertion
     4
     5 -- root <basv@sara.nl>  Mon, 17 Jul 2006 10:46:29 +0200
     6
    17email2trac (0.7.6-3) stable; urgency=low
    28
  • emailtotracscript/trunk/email2trac.py.in

    r102 r103  
    685685                                att.insert(url_filename, fd, filesize)
    686686                                fd.close()
     687
     688                        # Remove the created temporary filename
     689                        #
     690                        os.unlink(path)
    687691
    688692                # Return how many attachments
Note: See TracChangeset for help on using the changeset viewer.