mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-13 21:32:14 +08:00
updated: commits are always strings
old-commit-hash: 805a54ad0f24b64bb1253f5aeed6e5b99c3f842e
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user