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 manage_crawls clean command with no crawls #125

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

chosak
Copy link
Member

@chosak chosak commented Dec 10, 2024

This commit fixes a bug with the manage_crawls clean management command. Currently if this command is invoked with no crawls in the database, it will fail with an unhandled exception. Running the clean command against an empty database should do nothing and simply exit.

This commit fixes a bug with the `manage_crawls clean` management
command. Currently if this command is invoked with no crawls in the
database, it will fail with an unhandled exception. Running the clean
command against an empty database should do nothing and simply exit.
@chosak chosak merged commit 7084407 into main Dec 10, 2024
3 checks passed
@chosak chosak deleted the fix/clean-no-crawls branch December 10, 2024 15:27
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