Skip to content

Commit

Permalink
Updated log and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rokatyy committed Feb 6, 2024
1 parent 5982340 commit 8a3a0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuclio/triggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ def __init__(
extra_attributes=None,
**deprecated_kwargs,
):
# TODO: delete deprecated arguments
deprecation_warning_template = "Deprecated argument '{old_arg_name}' will be removed in a future version. " \
# TODO: delete deprecated arguments in 0.10.0
deprecation_warning_template = "Deprecated argument '{old_arg_name}' will be removed in 0.10.0 version. " \
"Please use '{new_arg_name}' instead."

if "seekTo" in deprecated_kwargs:
Expand Down

0 comments on commit 8a3a0aa

Please sign in to comment.