Delete not_vetted
This commit is contained in:
firestar5683
2025-04-25 18:50:15 -05:00
parent 194084f415
commit a90c2eb4b1
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ class FrogPilotVariables:
self.frogpilot_toggles = get_frogpilot_toggles(block=False)
self.tuning_levels = {key: lvl for key, _, lvl in frogpilot_default_params + misc_tuning_levels}
self.short_branch = get_build_metadata().channel
self.short_branch = "FrogPilot-Staging"
self.development_branch = self.short_branch == "FrogPilot-Development"
self.release_branch = self.short_branch == "FrogPilot"
self.staging_branch = self.short_branch == "FrogPilot-Staging"
View File