Christian Clauss
3 vuotta sitten
committed by
GitHub
vanhempi
commit
bd618ea9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
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): |
|
|
|
|