From 63d44d21a1f0bd8a88b829a2bdb2882538abb1c4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 May 2024 19:25:49 -0500 Subject: [PATCH] wip --- selfdrive/frogpilot/controls/lib/frogpilot_functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selfdrive/frogpilot/controls/lib/frogpilot_functions.py b/selfdrive/frogpilot/controls/lib/frogpilot_functions.py index c6f8756..c963fa4 100644 --- a/selfdrive/frogpilot/controls/lib/frogpilot_functions.py +++ b/selfdrive/frogpilot/controls/lib/frogpilot_functions.py @@ -69,7 +69,8 @@ class FrogPilotFunctions: @classmethod def backup_frogpilot(cls): - # CLEARPILOT - changed backups to /data/cp_backups + # CLEARPILOT - disabled backups + return frogpilot_backup_directory = "/data/cp_backups" os.makedirs(frogpilot_backup_directory, exist_ok=True)