Add backups size to pop-up dialog (#1453)

This commit is contained in:
Veronica Berglyd Olsen
2023-07-27 00:09:05 +02:00
parent d81a90add3
commit ace037808f
2 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -209,8 +209,7 @@ def checkIntTuple(value: int, valid: tuple | list | set, default: int) -> int:
# =============================================================================================== #
def formatInt(value: int) -> str:
"""Formats an integer with k, M, G etc.
"""
"""Formats an integer with k, M, G etc."""
if not isinstance(value, int):
return "ERR"