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

Refactor Duplicate Code in _identify_path Function #382

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zvaad
Copy link

@zvaad zvaad commented Nov 19, 2024

• Refactored the _identify_path function to remove redundant code and improve readability.
• Consolidated logic for path resolution and network path checking to avoid duplication.
• Simplified handling of lists using Python's all() function for better clarity.
This change ensures cleaner and more maintainable code without altering functionality.

@JessicaTegner
Copy link
Owner

hey @zvaad thank you for the pr.
So we have some CI failing, so idially a refactor should not make any tests break. Could you take another look at it?

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.

2 participants