mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
Remove __pycache__ in tools/clean-repo.
This commit is contained in:
committed by
Tim Abbott
parent
b6bd5445bc
commit
c800c87d2d
@@ -10,3 +10,4 @@ set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
find . -name "*.pyc" -exec rm -f {} \;
|
||||
find . -name "__pycache__" -prune -exec rm -rf {} \;
|
||||
|
||||
Reference in New Issue
Block a user