fixed pyright pathing; exception typo; and path manager arg typo
This commit is contained in:
@@ -21,7 +21,7 @@ from core.controllers.base_controller import BaseController
|
||||
|
||||
|
||||
|
||||
class ControllerStartExceptiom(Exception):
|
||||
class ControllerStartException(Exception):
|
||||
...
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user