Skip to content

Commit

Permalink
move logger.warn to comment to make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Oct 30, 2023
1 parent b9bf176 commit 24752b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khal/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def klist(ctx, include_calendar, exclude_calendar,
"""List all events between a start (default: today) and (optional)
end datetime."""
enabled_eventformatters = plugins.FORMATTERS
logger.warn("TODO: register user given format string as a plugin")
# TODO: register user given format string as a plugin
logger.debug(f'{enabled_eventformatters}')
try:
event_column = controllers.khal_list(
Expand Down

0 comments on commit 24752b5

Please sign in to comment.