Skip to content

Conversation

@bariscodefxy
Copy link

This pull request includes several changes to the src/Checks.py file to correct a typo and improve argument handling. The most important changes include fixing a misspelled variable and refactoring the argument parsing logic to use a more modern syntax.

Bug Fixes:

  • Corrected the typo in the list function by changing pagkage to package. This ensures that the realmd package is correctly referenced and installed if it is not already. (src/Checks.py, src/Checks.pyL12-R17)

Code Improvements:

  • Refactored the argument parsing logic in the id_check function to use a match statement instead of multiple if-elif-else statements. This makes the code more readable and modern. (src/Checks.py, src/Checks.pyL28-R34)

@busracagliyan busracagliyan self-requested a review October 27, 2024 15:15
@busracagliyan busracagliyan removed their request for review November 19, 2024 08:05
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