Skip to content

Commit

Permalink
allow wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Aug 12, 2024
1 parent 9d3153b commit 0f8c09c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
def render_output(workunits_by_status: dict[str, list[Workunit]], client: Bfabric) -> None:
"""Renders the output as a table."""
table = Table(
Column("Application", no_wrap=True),
Column("Application", no_wrap=False),
Column("WU ID", no_wrap=True),
Column("Created", no_wrap=True),
Column("Status", no_wrap=True),
Expand Down

0 comments on commit 0f8c09c

Please sign in to comment.