BoraxTheClean / adaptable-antelopes

Code Jam 2021 adaptable antelopes team
MIT License
1 stars 0 forks source link

Handle edge case where user enters an invalid path #47

Closed BoraxTheClean closed 3 years ago

BoraxTheClean commented 3 years ago

This pull request fixes the save case where a user enters an invalid file path to save their file.

If a user enters an invalid path, it will not save silently. This is a bug, I am not sure how to resolve it.