We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cca2e8 commit 20a0f92Copy full SHA for 20a0f92
gramps_webapi/__main__.py
@@ -175,9 +175,7 @@ def index_incremental(ctx):
175
176
try:
177
indexer.reindex_incremental(db, progress_cb=progress_callback_count)
178
- except LockError:
179
- LOG.warning("Index is locked")
180
- except:
+ except Exception:
181
LOG.exception("Error during indexing")
182
finally:
183
db.close()
0 commit comments