Skip to content

Commit c37ad7d

Browse files
committed
update type
1 parent 1dd4f96 commit c37ad7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/managers/poetry/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Disposable, LogOutputChannel } from 'vscode';
22
import { PythonEnvironmentApi } from '../../api';
3-
import { traceInfo } from '../../common/logging';
3+
import { traceInfo, traceWarn } from '../../common/logging';
44
import { getPythonApi } from '../../features/pythonApi';
55
import { NativePythonFinder } from '../common/nativePythonFinder';
66
import { PoetryManager } from './poetryManager';
@@ -19,7 +19,7 @@ export async function registerPoetryFeatures(
1919
if (poetryPath) {
2020
const version = await getPoetryVersion(poetryPath);
2121
if (!version) {
22-
traceInfo(
22+
traceWarn(
2323
'Poetry found at {0}, but unable to determine version. Poetry features will not be enabled.',
2424
poetryPath,
2525
);

0 commit comments

Comments
 (0)