Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Jan 9, 2025
1 parent aa29d83 commit 5b8d878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pythonEnvironments/nativeAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class NativePythonEnvironments implements IDiscoveryAPI, Disposable {
this.condaPathAlreadySet = settingPath;
}
} else {
traceInfo(`Conda already set to: ${this.condaPathAlreadySet}`);
traceInfo(`Conda set to: ${this.condaPathAlreadySet}`);
}
}
break;
Expand Down

0 comments on commit 5b8d878

Please sign in to comment.