Skip to content

Commit 4f76979

Browse files
committed
address pr comment
1 parent a9f8c01 commit 4f76979

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/common/pythonInstallation.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ namespace PythonInstallation {
2929
try {
3030
// Uri.parse throws if the URI is invalid
3131
pythonRepositoryUri = Uri.parse(pythonRepository);
32-
}
33-
catch (e) {
32+
} catch (e) {
3433
Tracer.append(`${pythonRepository} is not a valid URI`);
3534
throw e;
3635
}

0 commit comments

Comments
 (0)