diff --git a/ankiqt/config.py b/ankiqt/config.py index 36b6f5259..53235a122 100644 --- a/ankiqt/config.py +++ b/ankiqt/config.py @@ -150,7 +150,7 @@ class Config(dict): try: f = open(db) self.update(cPickle.load(f)) - except (IOError, EOFError): + except: # config file was corrupted previously pass self.defaults()