Skip to content

Commit

Permalink
fix typo for method signiture/call-site consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
phycodurus committed Feb 27, 2023
1 parent 34ee175 commit f910d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tom_nonlocalizedevents/signals/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def cb_post_save_event_localization(sender, instance, created, **kwargs):
# EventCandidate associated with that nonlocalizedevent for the new localization
if created:
transaction.on_commit(
partial(update_all_credible_region_percents_for_candidates, event_localization=instance)
partial(update_all_credible_region_percents_for_candidates, eventlocalization=instance)
)

0 comments on commit f910d9c

Please sign in to comment.