Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Dec 25, 2023
1 parent 6581357 commit 92feb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dipdup/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ async def reindex(
if not schema.reindex:
schema.reindex = reason
await schema.save()
raise ReindexingRequiredError(schema.reindex, **context)
raise ReindexingRequiredError(schema.reindex, context)

if action == ReindexingAction.wipe:
conn = get_connection()
Expand Down

0 comments on commit 92feb41

Please sign in to comment.