From c3969a5f283444e83bb4e3de6f8d8e44edba4992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 7 Jun 2026 23:36:52 +0200 Subject: [PATCH] delete polish word --- make_zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_zip.py b/make_zip.py index d4d275f..892fab3 100644 --- a/make_zip.py +++ b/make_zip.py @@ -45,7 +45,7 @@ def make_zip(repo_path: Path, output_zip: Path) -> None: zf.write(abs_path, arcname=rel_path) - print(f"Utworzono archiwum: {output_zip}") + print(f"Created: {output_zip}") print(f"Added files: {len(files)}")