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.devtools
Commits
bb84e88c
Commit
bb84e88c
authored
Feb 12, 2019
by
André Anjos
💬
Browse files
[build] Fix log string
parent
16cd76ac
Pipeline
#26807
passed with stage
in 4 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/build.py
View file @
bb84e88c
...
...
@@ -515,7 +515,7 @@ def base_build(server, intranet, recipe_dir, conda_build_config,
python_version
)
if
candidate
is
not
None
:
logger
.
info
(
'Skipping build for %s-%s-(py%s_?)%s for %s - exists '
\
'on channel'
,
candidate
[
0
],
candidate
[
1
],
candidate
[
2
],
py_ver
)
'on channel'
,
candidate
[
0
],
candidate
[
1
],
candidate
[
2
],
py_ver
,
arch
)
return
# if you get to this point, just builds the package
...
...
Write
Preview
Markdown
is supported
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