Skip to content

Commit 1bcd588

Browse files
committed
fix error
1 parent f5ad21f commit 1bcd588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"type": "python",
261261
"request": "launch",
262262
"module": "pytest",
263-
"args": ["${workspaceFolder}/pythonFiles/tests/pytestadapter/"],
263+
"args": ["${workspaceFolder}/pythonFiles/tests/pytestadapter"],
264264
"justMyCode": true
265265
}
266266
],

0 commit comments

Comments
 (0)