diff --git a/plone/formwidget/contenttree/source.py b/plone/formwidget/contenttree/source.py index 29bc00a..893ca64 100644 --- a/plone/formwidget/contenttree/source.py +++ b/plone/formwidget/contenttree/source.py @@ -127,7 +127,7 @@ class PathSource(object): return self._placeholderTerm(value) if not self.isBrainSelectable(brain): raise LookupError('Value "%s" does not match criteria for field' - % str(value)) + , str(value)) return self.getTermByBrain(brain) # Query API - used to locate content, e.g. in non-JS mode