We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ed000 commit 9f4d3aeCopy full SHA for 9f4d3ae
2 files changed
README.md
@@ -16,7 +16,7 @@
16
</p>
17
18
19
-# tea/cli 0.32.0
+# tea/cli 0.32.1
20
21
`tea` puts the whole open source ecosystem at your fingertips:
22
src/hooks/useVirtualEnv.ts
@@ -164,8 +164,9 @@ export default async function(cwd: Path = Path.cwd()): Promise<VirtualEnv> {
164
l = `python.org@${l}`
165
try {
166
pkgs.push(pkg.parse(l))
167
+ break // only one thanks
168
} catch {
- throw new Error('couldn’t parse: .python-version')
169
+ //noop pyenv sticks random shit in here
170
}
171
172
0 commit comments