]> git.cworth.org Git - notmuch/blobdiff - bindings/python/notmuch/database.py
python: rework creating of Subclasses
[notmuch] / bindings / python / notmuch / database.py
index 1e6d33753ec725c123a55ed893c31675353a4368..f1c1eb757cc8cc8026381f8fa93a18a7240ceeb5 100644 (file)
@@ -157,8 +157,7 @@ class Database(object):
         res = Database._open(_str(path), mode)
 
         if res is None:
-            raise NotmuchError(
-                message="Could not open the specified database")
+            raise NotmuchError(message="Could not open the specified database")
         self._db = res
 
     def get_path(self):