#3495: Ticket Delete Bug
----------------------------------+-----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas
     Type:  defect                |       Status:  new  
 Priority:  normal                |    Milestone:  0.10 
Component:  ticket system         |      Version:  devel
 Severity:  major                 |   Resolution:       
 Keywords:                        |  
----------------------------------+-----------------------------------------
Comment (by eblot):

 Not sure to understand this point:

 The [source:/trunk/trac/attachment.py delete code] looks like this:
 {{{
 #!python
         if os.path.isfile(self.path):
             try:
                 os.unlink(self.path)
             except OSError:
                 ...
 }}}

 so the file is actually deleted, isn't it?

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3495#comment:1>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to