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 spider_plus bug where len was applied to the count not an array #392

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

NeffIsBack
Copy link
Contributor

#391 fixed a faulty reference, but not the resulting bug that the stat num_folder_filtered already counted the amount of folders that were filtered and didn't create a list (which then would be counted with len).
Resulted in the following traceback:
image

Fixed:
image

Also converted raw tracebacks to our exception screen

@NeffIsBack NeffIsBack added the bug-fix This Pull Request fixes a bug label Aug 2, 2024
@NeffIsBack NeffIsBack merged commit 739791e into main Aug 4, 2024
6 checks passed
@NeffIsBack NeffIsBack deleted the neff-fix-spider_plus branch August 4, 2024 20:38
@mpgn mpgn added this to the v1.3.0 milestone Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix This Pull Request fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants