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

Fix typo: Sevrice to Service in Condition class #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0x11c11e
Copy link

@0x11c11e 0x11c11e commented Jun 7, 2024

Description
This pull request fixes a typo in the Condition class. The typo was found in the method __translate_port where Sevrice was mistakenly used instead of Service. This change corrects the typo, ensuring the code references the correct class.

Changes Made

  • Corrected the typo from Sevrice to Service in the __translate_port method of the Condition class.

Affected File

  • lib/requester/Condition.py

Impact
This change ensures that the __translate_port method correctly references the Service class, which is crucial for translating port conditions into SQLAlchemy filters. It resolves any potential issues caused by the incorrect reference, improving the reliability and accuracy of the condition translations.

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.

None yet

1 participant