Skip to content

Commit

Permalink
Left-align query_dataset_types for legibility
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Feb 17, 2025
1 parent acbf967 commit 0fd0de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/cli/cmd/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def query_dataset_types(*args: Any, **kwargs: Any) -> None:
"""Get the dataset types in a repository."""
table = script.queryDatasetTypes(*args, **kwargs)
if table:
table.pprint_all()
table.pprint_all(align="<")
else:
print("No results. Try --help for more information.")

Expand Down

0 comments on commit 0fd0de4

Please sign in to comment.