Skip to content

Commit

Permalink
Further updates based on discussion in PR #175
Browse files Browse the repository at this point in the history
* Shift param order for SkippedRecordEvent
  • Loading branch information
ehanson8 committed May 21, 2024
1 parent d9d8347 commit ce24448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transmogrifier/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ class SkippedRecordEvent(Exception): # noqa: N818
def __init__(self, message: str | None = None, source_record_id: str | None = None):
super().__init__(message)
self.source_record_id = source_record_id
self.message = message

0 comments on commit ce24448

Please sign in to comment.