easydata icon indicating copy to clipboard operation
easydata copied to clipboard

`make delete_environment` on windows throws an error message

Open acwooding opened this issue 2 years ago • 0 comments

>>> make delete_environment
del environment.Windows-10-10.0.19042-SP0.lock.yml
process_begin: CreateProcess(NULL, del environment.Windows-10-10.0.19042-SP0.lock.yml, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile.envs:34: delete_environment] Error 2

the del should ignore a missing file here

acwooding avatar Mar 20 '23 20:03 acwooding