Skip to content

Commit

Permalink
Follow @andrenete recommandation in #59
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Mar 12, 2021
1 parent a05c215 commit 6c81fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6c81fde

Please sign in to comment.