Skip to content

Commit 5b8d878

Browse files
committed
clean up
1 parent aa29d83 commit 5b8d878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/pythonEnvironments/nativeAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ class NativePythonEnvironments implements IDiscoveryAPI, Disposable {
420420
this.condaPathAlreadySet = settingPath;
421421
}
422422
} else {
423-
traceInfo(`Conda already set to: ${this.condaPathAlreadySet}`);
423+
traceInfo(`Conda set to: ${this.condaPathAlreadySet}`);
424424
}
425425
}
426426
break;

0 commit comments

Comments
 (0)