Skip to content
Snippets Groups Projects
Commit 4a866db9 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix syntax on exception raising

parent 9ee953e3
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ def working_set(buildout):
if k.project_name == wants]
if not distro:
raise RuntimeError("Could not find a distribution for `%s' under `%s'" \
" - check egg-link at `%s'" % wants, python_path, full_path)
" - check egg-link at `%s'" % (wants, python_path, full_path))
working_set.add(distro[0])
# add all egg directories, newest first
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment