Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
isprogram
/
pyenv
espelho de
https://github.com/pyenv/pyenv.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Projects
0
Lançamentos
241
Wiki
Trabalho
Ver a proveniência
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
há 3 anos
ascendente
51166377b7
cometimento
2506c9773c
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
plugins/python-build/scripts/add_miniconda.py
+ 1
- 1
plugins/python-build/scripts/add_miniconda.py
Ver ficheiro
@ -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
)
:
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar