X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=blobdiff_plain;f=xsetbg_db.py;h=126474a6a7c62721844ce4e3b1035f3baacbad90;hp=c6a8a3fece4c4a0699cffdeb7372829cfd2d95df;hb=4bc2971c551d51d84475eab9f83d00548b157409;hpb=80c5a31f64e2722657d472191b52589210b7f0d8 diff --git a/xsetbg_db.py b/xsetbg_db.py index c6a8a3f..126474a 100755 --- a/xsetbg_db.py +++ b/xsetbg_db.py @@ -32,8 +32,6 @@ if not xsetbg_db_path: xsetbg_db_path = os.path.join(d, 'xsetbg.db') if os.path.exists(xsetbg_db_path): break - else: - raise RuntimeError("Cannot find xsetbg.db; searched %s", db_dirs) try: xsetbg_db = shelve.open(xsetbg_db_path, 'r')