Skip to content

Conversation

@TheRealHaoLiu
Copy link
Member

@TheRealHaoLiu TheRealHaoLiu commented Dec 4, 2025

SUMMARY

Replaces the use of 'find -delete' with 'find -exec rm -rf {} +' to ensure all pycache directories are properly removed during the clean process.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • Other
ADDITIONAL INFORMATION


Note

Switches Makefile clean-api to remove all __pycache__ directories using find ... -exec rm -rf {} +.

Written by Cursor Bugbot for commit 201307f. This will update automatically on new commits. Configure here.

Replaces the use of 'find -delete' with 'find -exec rm -rf {} +' to ensure all __pycache__ directories are properly removed during the clean process.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 4, 2025

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