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

EmailtoTracScript?:

email2trac.py.in:

  • Remove the temporarly created attachment files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.