Skip to content

Commit

Permalink
Merge pull request #216 from hackalog/force_del
Browse files Browse the repository at this point in the history
force deletion, so no error if file doesn't exist
  • Loading branch information
hackalog authored May 18, 2021
2 parents d6d8f2b + 045b50a commit 7ba5e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_name }}/Makefile.envs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ delete_environment:
ifeq (conda,$(VIRTUALENV))
@echo "Deleting conda environment."
$(CONDA_EXE) env remove -n $(PROJECT_NAME)
rm environment.$(ARCH).lock.yml
rm -f environment.$(ARCH).lock.yml
ifneq ("X$(wildcard .post-delete-environment.txt)","X")
@cat .post-delete-environment.txt
endif
Expand Down

0 comments on commit 7ba5e7c

Please sign in to comment.