Changeset 3050

Show
Ignore:
Timestamp:
01/13/08 20:37:46 (9 months ago)
Author:
ixokai
Message:

Making ignore_pattern optional.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • breadcrumbsnavplugin/0.11/breadcrumbsnavplugin/breadcrumbs.py

    r3049 r3050  
    4141         
    4242    def post_process_request(self, req, template, data, content_type): 
    43         if self.compiled_ignore_pattern is None
     43        if self.compiled_ignore_pattern is None and self.ignore_pattern
    4444            self.compiled_ignore_pattern = re.compile(self.ignore_pattern) 
    4545