keithgh1 / AmigaQB_extract

Amiga Quarterback ADF file extractor
MIT License
4 stars 0 forks source link

Ensure all OS file operation exceptions are properly caught and displayed #8

Closed keithgh1 closed 1 month ago

keithgh1 commented 1 month ago

Ensure all OS file operation exceptions are properly caught and displayed

While the OS directory creation is surrounded by a try/catch, many other operations within the script are not. This ticket serves to address that bit of error checking to increase the robustness of it.

keithgh1 commented 1 month ago

This issue has been addressed by the most recent commit 4e96d3c. The script should be much better now at handling corrupted data present in the directory/filename fields.