Skip to content

Commit

Permalink
Update spy_ui to the latest protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
sakhnik committed Oct 2, 2023
1 parent 428552f commit 5b5dc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spy_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _grid_clear(self, gr):
for col in range(self.width):
self.grid[row][col] = ' '

def _grid_line(self, gr, row, col, cells):
def _grid_line(self, gr, row, col, cells, wrap, *args):
assert gr == 1
for cell in cells:
text = cell[0]
Expand Down

0 comments on commit 5b5dc35

Please sign in to comment.