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 18, 2025
1 parent f4a3baf commit 88ea377
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 @@ -469,7 +469,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 88ea377

Please sign in to comment.