1
0
Fork 0

Minor typo

This commit is contained in:
Joao M 2022-08-25 02:32:54 +00:00
parent 91a02166f1
commit 16b69febc2
2 changed files with 1 additions and 6 deletions

2
.vscode/launch.json vendored
View file

@ -12,7 +12,7 @@
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/src",
"env": {
"=": "${cwd}/src"
"PYTHONPATH": "${cwd}/src"
}
}
]