Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix: fixes grid style for batches subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Sep 5, 2022
1 parent 3da9409 commit 433cda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oliver/subcommands/batches.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def call(args: Dict[str, Any], cromwell: api.CromwellAPI) -> None:

results.append(r)

reporting.print_dicts_as_table(results, grid_style=args.get("grid-style"))
reporting.print_dicts_as_table(results, grid_style=args.get("grid_style"))


def register_subparser(
Expand Down

0 comments on commit 433cda6

Please sign in to comment.