From 6c81fde0b72fe7d87df64cac0ec0d5f19ae57956 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Fri, 12 Mar 2021 19:18:52 +0100 Subject: [PATCH] Follow @andrenete recommandation in #59 --- src/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools.py b/src/tools.py index 5212d16..f8fc1db 100644 --- a/src/tools.py +++ b/src/tools.py @@ -20,7 +20,7 @@ def sizeof_fmt(num): - return GLib.format_size_full(num, GLib.FormatSizeFlags.IEC_UNITS) + return GLib.format_size(num) def message_dialog(parent, dialog_type, title, text):