Skip to content

Commit 21cbb23

Browse files
committed
fixed typo
1 parent 3fb0625 commit 21cbb23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/debugger/DebugClients/LocalDebugClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class LocalDebugClient extends DebugClient {
5555
private getPTVSToolsFilePath(): string {
5656
let currentFileName = module.filename;
5757
let ptVSToolsPath = path.join(path.dirname(currentFileName), "..", "..", "..", "..", "pythonFiles", "PythonTools");
58-
return path.join(ptVSToolsPath, "visualstudio_py_launcher.py"));
58+
return path.join(ptVSToolsPath, "visualstudio_py_launcher.py");
5959
}
6060
private displayError(error: any, context: string = "") {
6161
if (!error) { return; }

0 commit comments

Comments
 (0)