mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
add_miniconda.py: fix typo oversight (#2595)
This commit is contained in:
parent
b77b0be089
commit
bd618ea9ef
|
|
@ -200,7 +200,7 @@ class CondaVersion(NamedTuple):
|
|||
return PyVersion.PY37
|
||||
return PyVersion.PY36
|
||||
|
||||
raise ValueError(flavor)
|
||||
raise ValueError(self.flavor)
|
||||
|
||||
|
||||
class CondaSpec(NamedTuple):
|
||||
|
|
|
|||
Loading…
Reference in a new issue