updated: commits are always strings

old-commit-hash: 805a54ad0f
taco
Adeeb Shihadeh 3 years ago
parent 51d25b2011
commit 7f6ef061bf
  1. 2
      selfdrive/updated.py

@ -240,7 +240,7 @@ def handle_agnos_update() -> None:
class Updater: class Updater:
def __init__(self): def __init__(self):
self.params = Params() self.params = Params()
self.branches = defaultdict(lambda: None) self.branches = defaultdict(lambda: '')
@property @property
def target_branch(self) -> str: def target_branch(self) -> str:

Loading…
Cancel
Save