mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-09 03:53:48 -05:00
add_miniconda.py: fix typo oversight (#2595)
This commit is contained in:
@@ -200,7 +200,7 @@ class CondaVersion(NamedTuple):
|
||||
return PyVersion.PY37
|
||||
return PyVersion.PY36
|
||||
|
||||
raise ValueError(flavor)
|
||||
raise ValueError(self.flavor)
|
||||
|
||||
|
||||
class CondaSpec(NamedTuple):
|
||||
|
||||
Reference in New Issue
Block a user