seeing-things / zwo

ZWO SDK and custom software for debugging and using it.
23 stars 4 forks source link

Allow overwriting existing file #78

Closed bgottula closed 1 year ago

bgottula commented 1 year ago

Currently the program will abort with an error message if the output .ser file already exists. However, it's pretty common for me to re-start the program with the same filename intentionally. Improve this by prompting the user whether to overwrite or not, with "no" as the default response.