-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(robot-server): ignore trailing empty lines in csv rtps (#16185)
# Overview <https://opentrons.atlassian.net/browse/RQA-3134> > Since it’s commonplace to put an empty line at the end of a file, parse_as_csv() should ignore such lines. ## Test Plan and Hands on Testing Unit tests cover the scenarios. Will test actual CSV file in bug verification on the next alpha. ## Risk assessment - Low other than this deviates from how the standard library `csv.reader` behaves.
- Loading branch information
Showing
2 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters