[Bugfix] Fix environ error in scheduler_runtime_checker_mixin.py (#14461)

Signed-off-by: Kun(llfl) <i@imux.top>
This commit is contained in:
kun-llfl
2025-12-09 20:33:41 +08:00
committed by GitHub
parent 53d170883a
commit cef5ba65b1
@@ -196,7 +196,7 @@ class SchedulerRuntimeCheckerMixin:
) )
raise_error_or_warn( raise_error_or_warn(
self, self,
envs.SGLANG_ENABLE_STRICT_MEM_CHECK_DURING_IDLE, envs.SGLANG_ENABLE_STRICT_MEM_CHECK_DURING_IDLE.get(),
"count_req_pool_leak_warnings", "count_req_pool_leak_warnings",
msg, msg,
) )