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(scan): add some iterable checks to prevent TypeError #113

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

psyray
Copy link
Contributor

@psyray psyray commented Jun 20, 2024

fix #112

I've added a function to check if a variable is an iterable

Tested and working

@psyray psyray added the bug Something isn't working label Jun 20, 2024
@psyray psyray requested a review from AnonymousWP June 20, 2024 12:36
@psyray psyray self-assigned this Jun 20, 2024
@AnonymousWP AnonymousWP merged commit f781583 into master Jun 20, 2024
3 of 5 checks passed
@AnonymousWP AnonymousWP deleted the fix-112-type-error-http-crawl branch June 20, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(scan): http_crawl fails with TypeError('can only join an iterable')
2 participants