Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
eabila committed Dec 15, 2023
1 parent 3ec756c commit 2e5d107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazyslide/loader/slides_balanced_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get_sampler_slides(self):
]
warnings.warn(
f"There are {total_less} slides has less than max_taken={self.max_taken}:"
f"{', '.join(warn_stats)} \n"
f"{', '.join(warn_stats)}"
)
return slides

Expand Down

0 comments on commit 2e5d107

Please sign in to comment.