fixed pyright pathing; exception typo; and path manager arg typo

This commit is contained in:
2026-01-04 13:13:16 -06:00
parent be608f645e
commit 8253e250d8
4 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
"reportDuplicateImport": true,
"executionEnvironments": [
{
"root": "./src/versions/solarfm-0.0.1/solarfm"
"root": "./src/"
}
],
"venvPath": ".",