cleanup SecOC release gating (#36980)

This commit is contained in:
Jason Young
2026-01-04 17:09:26 -05:00
committed by GitHub
parent be854df32d
commit 3c5974930a
+1 -1
View File
@@ -117,7 +117,7 @@ class Car:
safety_config.safetyModel = structs.CarParams.SafetyModel.noOutput
self.CP.safetyConfigs = [safety_config]
if self.CP.secOcRequired and not is_release:
if self.CP.secOcRequired:
# Copy user key if available
try:
with open("/cache/params/SecOCKey") as f: