Ticket #107 (closed task: fixed)
TestApp.post doesn't blows up on two item tuple in upload_files
| Reported by: | charlie.groves@… | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.1 |
| Component: | paste | Version: | |
| Severity: | minor | Keywords: | |
| Cc: |
Description
TestApp?.post upload_files with a tuple of length two raises an IndexError?
Changing filename = file_info[2] to filename = file_info[1] in _get_file_info would fix it.
Change History
Note: See
TracTickets for help on using
tickets.
