소스 검색

add_miniconda.py: fix typo oversight (#2595)

pull/2596/head
Christian Clauss 3 년 전
committed by GitHub
부모
커밋
bd618ea9ef
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      plugins/python-build/scripts/add_miniconda.py

+ 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):

불러오는 중...
취소
저장