Opened 18 years ago

Closed 18 years ago

#4089 closed (invalid)

join filter throws TypeError exception not caught in filter function when arg not iterable

Reported by: rezzrovv <pspierce@…> Owned by: Adrian Holovaty
Component: Template system Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

Summary sums it up. If the variable being filtered on isn't iterable a TypeError is thrown and isn't caught and dealt w/ silently.

Change History (2)

by rezzrovv <pspierce@…>, 18 years ago

Attachment: defaultfilters.py.diff added

comment:1 by rezzrovv <pspierce@…>, 18 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top