소스 검색
add_miniconda.py: fix typo oversight (#2595)
pull/2596/head
Christian Clauss
3 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
plugins/python-build/scripts/add_miniconda.py
|
|
|
@ -200,7 +200,7 @@ class CondaVersion(NamedTuple): |
|
|
|
return PyVersion.PY37 |
|
|
|
return PyVersion.PY36 |
|
|
|
|
|
|
|
raise ValueError(flavor) |
|
|
|
raise ValueError(self.flavor) |
|
|
|
|
|
|
|
|
|
|
|
class CondaSpec(NamedTuple): |
|
|
|
|