From: Stephen Seo Date: Tue, 21 Mar 2023 02:11:29 +0000 (+0900) Subject: Minor tweak to info output when verifying/building X-Git-Url: https://git.seodisparate.com/tbm-edit-sheep.jpg?a=commitdiff_plain;h=00561e0736a3b7ce25281828eb59997effa55204;p=AnotherAURHelper Minor tweak to info output when verifying/building --- 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"),