Skip to content

Commit

Permalink
When this happens, it may be that the template was unregistered; retu…
Browse files Browse the repository at this point in the history
…rn ``True`` to make sure its invalidated.
  • Loading branch information
malthe committed Sep 9, 2010
1 parent e42906e commit bbe52d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,8 @@
Changes
=======

- Fixed an issue where tests would fail on Zope 2.10. [malthe]

0.6.3 (2010-09-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion z3c/jbot/manager.py
Expand Up @@ -131,7 +131,7 @@ def registerTemplate(self, template, token):
filename = path.replace(os.path.sep, '.')
if filename not in paths:
self.templates[token] = IGNORE
return
return True

path = paths[filename]

Expand Down

0 comments on commit bbe52d1

Please sign in to comment.