We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f8c01 commit 4f76979Copy full SHA for 4f76979
src/common/pythonInstallation.ts
@@ -29,8 +29,7 @@ namespace PythonInstallation {
29
try {
30
// Uri.parse throws if the URI is invalid
31
pythonRepositoryUri = Uri.parse(pythonRepository);
32
- }
33
- catch (e) {
+ } catch (e) {
34
Tracer.append(`${pythonRepository} is not a valid URI`);
35
throw e;
36
}
0 commit comments