remove metro m7 for now

This commit is contained in:
hathach
2024-08-13 14:50:54 +07:00
parent 5f8599f6d4
commit 0f732a2f8b
2 changed files with 9 additions and 10 deletions

View File

@@ -387,7 +387,7 @@ def test_board(board):
try:
ret = globals()[f'test_{test}'](board)
print('OK')
except AssertionError as e:
except Exception as e:
err_count += 1
print('Failed')
print(f' {e}')