vmbrasseur / iaupload

A Python script for uploading files to Internet Archive
Other
6 stars 0 forks source link

Defensive programming #11

Open vmbrasseur opened 10 years ago

vmbrasseur commented 10 years ago
  1. Whenever a file is opened, check that it worked. Error/exit else.
  2. Same for whenever a file is closed.
vmbrasseur commented 10 years ago

There's probably some standard exception handling approach in Python. Research that then use it.