Skip to content

Commit

Permalink
Improve formatting in the log message
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Nov 1, 2024
1 parent a4b6505 commit f0258c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def put_task_data(

if validation_params:
logger.info(
f"The {sorting_method} is ignored."
f"The {sorting_method} is ignored. "
'Only "random" sorting can be used when validation parameters passed.'
)
sorting_method = models.SortingMethod("random")
Expand Down

0 comments on commit f0258c4

Please sign in to comment.