This commit is contained in:
2026-03-13 12:17:32 +03:00
parent 44f7b42302
commit 1cd5c3759e
6 changed files with 183 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class Orchestrator:
:param arg_parser: Cmd argument parser and configurator at startup
:return: None
"""
self._arg_parser: ArgParser | None = arg_parser if not os.getenv('RUN_AS_ARGENTA_APPLICATION') else None
self._arg_parser: ArgParser | None = arg_parser if not os.getenv('RUN_FROM_ARGENTA_RUNNER') else None
self._custom_providers: list[Provider] = custom_providers or []
self._auto_inject_handlers: bool = auto_inject_handlers