Skip to content

Commit

Permalink
pep8 line wrappings
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Sep 15, 2013
1 parent 8ceb9b9 commit d4addcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plone/app/widgets/browser.py
Expand Up @@ -171,7 +171,8 @@ def __call__(self):
factory_spec.args[3] == 'batch':
supports_batch = True
if (not supports_query and query):
raise KeyError("The vocabulary factory %s does not support query arguments",
raise KeyError("The vocabulary factory %s does not support "
"query arguments",
factory)
if batch and supports_batch:
vocabulary = factory(self.context, query, batch)
Expand Down

1 comment on commit d4addcc

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing information:

Please sign in to comment.