Skip to content

Commit 9c32774

Browse files
jemrobinsonIFenton
andcommitted
🔊 Allow multiple combinations of progress/statistics/detailed/size to be provided to anemoi-datasets inspect
Co-authored-by: Isabel Fenton <[email protected]>
1 parent 7bcfea9 commit 9c32774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/anemoi/datasets/commands/inspect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,10 +792,10 @@ def inspect_zarr(
792792

793793
try:
794794
if progress:
795-
return version.progress()
795+
version.progress()
796796

797797
if statistics:
798-
return version.brute_force_statistics()
798+
version.brute_force_statistics()
799799

800800
version.info(detailed, size)
801801

0 commit comments

Comments
 (0)