From 00561e0736a3b7ce25281828eb59997effa55204 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 21 Mar 2023 11:11:29 +0900 Subject: [PATCH] Minor tweak to info output when verifying/building --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index a9e049b..c783646 100755 --- a/update.py +++ b/update.py @@ -1021,7 +1021,7 @@ def update_pkg_list( cleanup_sccache(other_state["chroot"]) # check integrity - log_print(f"Checking files of {pkg} before building it...") + log_print(f'Checking files of "{pkg}" before building it...') try: subprocess.run( ("/usr/bin/env", "makepkg", "--verifysource"),