Skip to content

Commit 9f4d3ae

Browse files
committed
Fixes #584
1 parent 10ed000 commit 9f4d3ae

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</p>
1717

1818

19-
# tea/cli 0.32.0
19+
# tea/cli 0.32.1
2020

2121
`tea` puts the whole open source ecosystem at your fingertips:
2222

src/hooks/useVirtualEnv.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ export default async function(cwd: Path = Path.cwd()): Promise<VirtualEnv> {
164164
l = `python.org@${l}`
165165
try {
166166
pkgs.push(pkg.parse(l))
167+
break // only one thanks
167168
} catch {
168-
throw new Error('couldn’t parse: .python-version')
169+
//noop pyenv sticks random shit in here
169170
}
170171
}
171172
}

0 commit comments

Comments
 (0)