Skip to content

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.

1 participant