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 67cb874479
3 changed files with 22 additions and 22 deletions

View File

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