Added some error checks for sanity
authorHarishankar <v.harishankar@gmail.com>
Thu, 2 Dec 2010 06:04:54 +0000 (11:34 +0530)
committerHarishankar <v.harishankar@gmail.com>
Thu, 2 Dec 2010 06:04:54 +0000 (11:34 +0530)
commit3ded989fee52f6804d0f8b5b5c0847a9030c7f04
tree95ee920a7c1b8277cd25017c29b0a5e25cb2a8bb
parent6ba107bc3e5bef66a447978048e6c41ed038e969
Added some error checks for sanity

Added some error checks for sanity.
* Check whether database is valid or not. If not valid, then
  simply reset current database to None so that no other dialog
  can be invoked.
* Check for articles existing before exporting. Makes no sense
  to create a website without any articles.
* Other checks to avoid exceptions when invalid database is
  loaded.
biaweb_exporter.py
generate_dialog.py
main_window.py
templates_dialog.py