#205 closed defect (fixed)
Tuples not allowed for search_path
Reported by: | Waldemar Kornewald <wkornewald@…> | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.5 |
Component: | General | Version: | devel |
Keywords: | Cc: |
Description
In r812 you changed to isinstance(search_path, (list, tuple)), but when using relative includes from abspath-loaded templates the search_path is added to a list ([dirname] + search_path) which unfortunately will crash if search_path is a tuple.
Change History (1)
comment:1 Changed 17 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
- Version changed from 0.4.4 to devel
Note: See
TracTickets for help on using
tickets.
Fixed in r813.