Modify

Opened 16 years ago

Closed 16 years ago

#2471 closed defect (fixed)

wrong arguments passed in api.py

Reported by: daniele.athome@… Owned by: Radek Bartoň
Priority: high Component: DownloadsPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.10

Description

There is an error in api.py.

Line 554: self.delete_download(context, downloadid?) This bug doesn't allow me to upload any file.

The correct arguments should be: self.delete_download(cursor, downloadid?)

I've fixed it in my own linuxbox and now works.

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Radek Bartoň

Resolution: fixed
Status: newclosed

Thanks, it leaked from 0.11 branch :-) Not it's fixed.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Radek Bartoň.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.