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

[build] Fix typo

parent 6a5b791d
No related branches found
No related tags found
1 merge request!122Prepare bob.devtools for .conda package support (c.f. issue #41)
......@@ -254,7 +254,7 @@ def exists_on_channel(channel_url, basename):
if self_build_number in other_build_numbers:
candidate = urls[other_build_numbers.index(self_build_number)]
pkg_type = '.conda' if basename.endswidth('.conda') else '.tar.bz2'
pkg_type = '.conda' if basename.endswith('.conda') else '.tar.bz2'
if candidate.endswith(pkg_type): #match
return "".join(channel_url, candidate)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment