From 9cdfc66426f0525bb093e03d71458ec76c40a058 Mon Sep 17 00:00:00 2001 From: Escartem Date: Mon, 8 Jan 2024 18:44:47 +0100 Subject: [PATCH] fixed text --- extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract.py b/extract.py index 161de87..62d4cce 100644 --- a/extract.py +++ b/extract.py @@ -51,7 +51,7 @@ def main(): print("No files found !") return - print(f"{len(files)} file(s) to extract") + print(f"{len(files)} file{'s' if len(files) != 1 else ''} to extract") iteration = 0 for file in files: