This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
241
Wiki
Activity
Browse Source
Log errors when parsing existing Conda versions
This makes it easier to fix file names that cannot be parsed using the current logic.
pull/2742/head
Alex Hedges
3 years ago
parent
51166377b7
commit
2506c9773c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/python-build/scripts/add_miniconda.py
+ 1
- 1
plugins/python-build/scripts/add_miniconda.py
View File
@ -289,7 +289,7 @@ def get_existing_condas(name):
logger
.
debug
(
"
Found existing
%(name)s
version
%(v)s
"
,
locals
(
)
)
yield
v
except
ValueError
:
pass
logger
.
error
(
"
Unable to parse existing version
%s
"
,
entry_name
)
def
get_available_condas
(
name
,
repo
)
:
Write
Preview
Loading…
Cancel
Save