]> git.seodisparate.com/gitweb - AnotherAURHelper/commitdiff
Minor tweak to info output when verifying/building
authorStephen Seo <seo.disparate@gmail.com>
Tue, 21 Mar 2023 02:11:29 +0000 (11:11 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 21 Mar 2023 02:11:29 +0000 (11:11 +0900)
update.py

index a9e049b59bc709918c9e02d8226b202abf237db2..c78364646d23ced4d339743b82449b37d18e033d 100755 (executable)
--- 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"),