Skip to content

Commit

Permalink
make forward_packet_error keyword-only
Browse files Browse the repository at this point in the history
  • Loading branch information
methane authored Feb 29, 2024
1 parent 406e153 commit bb7850f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fluent/sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ def __init__(
verbose=False,
buffer_overflow_handler=None,
nanosecond_precision=False,
forward_packet_error=True,
msgpack_kwargs=None,
*,
forward_packet_error=True,
**kwargs,
):
"""
Expand Down

0 comments on commit bb7850f

Please sign in to comment.