Changeset 3145

Show
Ignore:
Timestamp:
01/24/08 19:32:34 (8 months ago)
Author:
Blackhex
Message:
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • downloadsplugin/0.10/tracdownloads/api.py

    r3113 r3145  
    552552                except Exception, error: 
    553553                    self.log.debug(error) 
    554                     self.delete_download(context, download['id']) 
     554                    self.delete_download(cursor, download['id']) 
    555555                    try: 
    556556                        os.remove(filepath)