[mailman3] Remove the duplicated information
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
14e3072b59
commit
3209b886ee
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ def get_mailinglists() -> list:
|
|||
def generate_index(mailinglists: list) -> None:
|
||||
"""Generate indexes for the lists one by one."""
|
||||
for mailinglist in mailinglists:
|
||||
print("Generating index for {0}".format(mailinglist))
|
||||
print("Generating index for {0} [{1}/{2}]".format(
|
||||
mailinglist, mailinglists.index(mailinglist) + 1, len(mailinglists)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue