From 42e0730d9b61c3f90f98b90ffdea852081d53297 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 21 Mar 2024 11:58:52 +0200 Subject: [PATCH] Updated for the message --- slpkg/gpg_verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/gpg_verify.py b/slpkg/gpg_verify.py index c91779eb..2b9b954b 100644 --- a/slpkg/gpg_verify.py +++ b/slpkg/gpg_verify.py @@ -17,7 +17,7 @@ class GPGVerify(Configs): def verify(self, asc_files: list) -> None: if self.gpg_verification: - verify_message: str = '\rVerify files with GPG ... ' + verify_message: str = '\rVerify files with GPG... ' gpg_command: str = 'gpg --verify' print(verify_message, end='')