Skip to content

Commit

Permalink
Adjust columns for list-project to account for longer project IDs and…
Browse files Browse the repository at this point in the history
… names
  • Loading branch information
osma committed Jan 24, 2019
1 parent 4ffdfb2 commit 4e1d6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annif/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def run_list_projects():
List available projects.
"""

template = "{0: <15}{1: <30}{2: <15}"
template = "{0: <25}{1: <45}{2: <8}"

header = template.format("Project ID", "Project Name", "Language")
click.echo(header)
Expand Down

0 comments on commit 4e1d6cf

Please sign in to comment.