From ec4bce473cac638dc1398d64fa8d7a0c1f3ab6e1 Mon Sep 17 00:00:00 2001 From: Javanaut Date: Sun, 2 Feb 2025 12:20:25 +0100 Subject: [PATCH] ff --- src/ffx/file_properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffx/file_properties.py b/src/ffx/file_properties.py index 11da786..1e2d9d7 100644 --- a/src/ffx/file_properties.py +++ b/src/ffx/file_properties.py @@ -240,7 +240,7 @@ class FileProperties(): crops[cropParam] = crops.get(cropParam, 0) + 1 - cropHistogram = sorted(crops) + cropHistogram = sorted(crops, reverse=True) print(cropHistogram[0])