diff --git a/scripts/cleanup_pyc.sh b/scripts/cleanup_pyc.sh index 55f63f4b..6235fb75 100755 --- a/scripts/cleanup_pyc.sh +++ b/scripts/cleanup_pyc.sh @@ -1 +1,2 @@ -find internal_filesystem -iname "*.pyc" -exec rm {} \; +find internal_filesystem/ -iname "*.pyc" -exec rm {} \; +find internal_filesystem/ -iname "__pycache__" -exec rmdir {} \;