Skip to content

Commit 0c2c97f

Browse files
committed
Fix
1 parent 5872fb3 commit 0c2c97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

register_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def get_chips() -> Tuple[List[ProbeMCU], Config]:
164164
return chips, config
165165

166166
def main():
167-
chips = get_chips()
167+
chips, config = get_chips()
168168

169169
print(yaml.dump(chips))
170170

0 commit comments

Comments
 (0)