Skip to content

Commit f770926

Browse files
committed
Remove unwated } in pyenv version
1 parent dc0a2b7 commit f770926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/managers/pyenv/pyenvUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function nativeToPythonEnv(
177177

178178
const sv = shortVersion(info.version);
179179
const name = info.name || info.displayName || path.basename(info.prefix);
180-
const displayName = info.displayName || `pyenv (${sv}}`;
180+
const displayName = info.displayName || `pyenv (${sv})`;
181181

182182
const shellActivation: Map<string, PythonCommandRunConfiguration[]> = new Map();
183183
const shellDeactivation: Map<string, PythonCommandRunConfiguration[]> = new Map();

0 commit comments

Comments
 (0)