mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
add_miniconda.py: fix typo oversight (#2595)
This commit is contained in:
parent
b77b0be089
commit
bd618ea9ef
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class CondaVersion(NamedTuple):
|
||||||
return PyVersion.PY37
|
return PyVersion.PY37
|
||||||
return PyVersion.PY36
|
return PyVersion.PY36
|
||||||
|
|
||||||
raise ValueError(flavor)
|
raise ValueError(self.flavor)
|
||||||
|
|
||||||
|
|
||||||
class CondaSpec(NamedTuple):
|
class CondaSpec(NamedTuple):
|
||||||
|
|
Loading…
Reference in a new issue