Skip to content

Commit 1bfcd3a

Browse files
Cleanup __pycache__ directories
To prevent polluting the freezefs etc.
1 parent 372816d commit 1bfcd3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/cleanup_pyc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
find internal_filesystem -iname "*.pyc" -exec rm {} \;
1+
find internal_filesystem/ -iname "*.pyc" -exec rm {} \;
2+
find internal_filesystem/ -iname "__pycache__" -exec rmdir {} \;

0 commit comments

Comments
 (0)