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 bug by using glob function that follows symlinks. #134

Conversation

nikolaizombie1
Copy link
Contributor

@nikolaizombie1 nikolaizombie1 commented Jan 24, 2025

I changed the function from glob.glob to pahtlib.Path.glob and use the argument that follows symlinks and filtered the files manually. Fixes #132.

@nikolaizombie1 nikolaizombie1 changed the title Fix bug by using glob functions that follows symlinks. Fixes #132 Fix bug by using glob functions that follows symlinks. Jan 24, 2025
@nikolaizombie1 nikolaizombie1 changed the title Fix bug by using glob functions that follows symlinks. Fix bug by using glob function that follows symlinks. Jan 24, 2025
@anufrievroman anufrievroman merged commit 856254a into anufrievroman:main Jan 25, 2025
anufrievroman added a commit that referenced this pull request Jan 25, 2025
This reimplements subfolder filtering, so that now there is no "depth"
just either show all subfolders or only first level. The logic of UI
ticks are also changed. This addresses the issue #134
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.

"Show all subfolders" stalls forever if selected folder is a symlink
2 participants