From 8c91a8ca7ed50a40077a5a66891f0e3d8ac13b79 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 8 Sep 2017 21:41:41 +0530 Subject: [PATCH] More informative exception message, typo fix --- buku.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buku.py b/buku.py index 02865f9..caaaa0e 100755 --- a/buku.py +++ b/buku.py @@ -2027,7 +2027,7 @@ class BukuDb: Returns ------- bookmarks : dict - Dictionary holding Google Chroom bookmarks data. + Dictionary holding Google Chrome bookmarks data. """ with open(path, 'r') as datafile: @@ -2092,7 +2092,7 @@ class BukuDb: cur.close() conn.close() except Exception: - print('Error here') + print('Error in load_firefox_database()') def auto_import_from_browser(self): """Import bookmarks from a browser default database file. @@ -2820,7 +2820,7 @@ def prep_tag_search(tags): def gen_auto_tag(): - """Generate a tag in Year-Month-Date format + """Generate a tag in Year-Month-Date format. Returns -------