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])