From 7f6ef061bf8159e94df672fa76880e2166156d8c Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 19 Sep 2022 17:41:37 -0700 Subject: [PATCH] updated: commits are always strings old-commit-hash: 805a54ad0f24b64bb1253f5aeed6e5b99c3f842e --- selfdrive/updated.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/updated.py b/selfdrive/updated.py index 79b759a906..fc51ae799d 100755 --- a/selfdrive/updated.py +++ b/selfdrive/updated.py @@ -240,7 +240,7 @@ def handle_agnos_update() -> None: class Updater: def __init__(self): self.params = Params() - self.branches = defaultdict(lambda: None) + self.branches = defaultdict(lambda: '') @property def target_branch(self) -> str: