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

@@ -21,7 +21,7 @@ from core.controllers.base_controller import BaseController
class ControllerStartExceptiom(Exception):
class ControllerStartException(Exception):
...