Skip to content

Commit

Permalink
Merge pull request #3 from fengyundeng/fengyundeng-patch-1
Browse files Browse the repository at this point in the history
Update resultsimport.py
  • Loading branch information
fengyundeng authored Dec 8, 2023
2 parents 56844a7 + 2ef3edc commit eee48b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senaite/core/exportimport/instruments/resultsimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def read_file(self, infile):
lines = [line.strip() for line in lines]
return lines

def split_line(self, line):
def splitLine(self, line):
sline = line.split(self._separator)
return [token.strip() for token in sline]

Expand Down

0 comments on commit eee48b7

Please sign in to comment.