added local catch for EFS OS/permissions issues

This commit is contained in:
GokuMohandas
2023-12-07 11:34:26 -08:00
parent 540754392a
commit 11ab35b251
7 changed files with 447 additions and 394 deletions

View File

@@ -12,6 +12,7 @@ style:
# Cleaning
.PHONY: clean
clean: style
python notebooks/clear_cell_nums.py
find . -type f -name "*.DS_Store" -ls -delete
find . | grep -E "(__pycache__|\.pyc|\.pyo)" | xargs rm -rf
find . | grep -E ".pytest_cache" | xargs rm -rf