Skip to content

Commit

Permalink
Fix failing acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmatz committed Nov 8, 2023
1 parent 3003651 commit 93f6037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mainframe3270/keywords/read_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_string_positions_only_before(
self.mf.check_limits(ypos, xpos)
results = self.mf.get_string_positions(string, ignore_case)
filtered = [result for result in results if result < (ypos, xpos)]
ReadWriteKeywords._prepare_result_positions(mode, filtered)
return ReadWriteKeywords._prepare_result_positions(mode, filtered)

@keyword("Write")
def write(self, txt: str) -> None:
Expand Down

0 comments on commit 93f6037

Please sign in to comment.