Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update resultsimport.py #3

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Update resultsimport.py #3

merged 1 commit into from
Dec 8, 2023

Conversation

fengyundeng
Copy link
Owner

keep the same class-method name in "class InstrumentTXTResultsFileParser(InstrumentResultsFileParser)", as in "class InstrumentCSVResultsFileParser(InstrumentResultsFileParser)"

Description of the issue/feature this PR addresses

class InstrumentCSVResultsFileParser(InstrumentResultsFileParser):
def splitLine(self, line)

class InstrumentTXTResultsFileParser(InstrumentResultsFileParser):
def split_line(self, line)

Linked issue: https://github.com/senaite/senaite.core/issues/

Current behavior before PR

Desired behavior after PR is merged

keep the same class-method name for both

I confirm I have tested this PR thoroughly and coded it according to PEP8
and Plone's Python styleguide standards.

keep the same class-method name in "class InstrumentTXTResultsFileParser(InstrumentResultsFileParser)", as in "class InstrumentCSVResultsFileParser(InstrumentResultsFileParser)"
@fengyundeng fengyundeng merged commit eee48b7 into 2.x Dec 8, 2023
@fengyundeng fengyundeng deleted the fengyundeng-patch-1 branch January 8, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant