author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Mon, 11 Oct 2010 09:17:54 +0200 | |
changeset 6431 | a9ecd1d16a25 |
parent 6430 | dc4398d094be |
child 6435 | 71b2a3fe7ba1 |
--- a/web/views/ibreadcrumbs.py Mon Oct 11 09:01:14 2010 +0200 +++ b/web/views/ibreadcrumbs.py Mon Oct 11 09:17:54 2010 +0200 @@ -81,7 +81,7 @@ if recurs: _recurs = recurs else: - if reculs is False: + if recurs is False: warn('[3.10] recurs argument should be a set() or None', DeprecationWarning, stacklevel=2) _recurs = set()