Searched refs:get_plural (Results 1 - 1 of 1) sorted by path

/u-boot/tools/buildman/
H A Dcontrol.py28 def get_plural(count): function
64 commit_str = f'{commit_count} commit{get_plural(commit_count)}'
69 msg += (f' ({threads} thread{get_plural(threads)}, '
70 f'{jobs} job{get_plural(jobs)} per thread)')

Completed in 63 milliseconds