Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.buildout
Commits
4a866db9
Commit
4a866db9
authored
Feb 25, 2015
by
André Anjos
💬
Browse files
Fix syntax on exception raising
parent
9ee953e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/buildout/tools.py
View file @
4a866db9
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment