We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8087ad2 commit ae39f13Copy full SHA for ae39f13
bin/clean.sh
@@ -4,6 +4,6 @@ dir=$(dirname "$0")
4
cd "$dir/.."
5
6
find . -name __pycache__ -type d | while read d
7
- do rm -rf "$d"
+ do rm -rfv "$d"
8
done
9
-rm -rf .pytest_cache build dist src/*.egg-info
+rm -rfv .pytest_cache build dist src/*.egg-info
0 commit comments