Edgewall Software

Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#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 16 years ago by cmlenz

  • Resolution set to fixed
  • Status changed from new to closed
  • Version changed from 0.4.4 to devel

Fixed in r813.

Note: See TracTickets for help on using tickets.