From c8ea1bf5db64f11467340981bd7417247f6c9678 Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sat, 20 Jun 2020 19:03:38 -0400 Subject: [PATCH] Print message when removing files --- install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install.py b/install.py index fe5deca..f3928f5 100755 --- a/install.py +++ b/install.py @@ -151,6 +151,7 @@ def processFiles(install, dst, src, template): os.chmod(d, 0o755) else: # remove file + print(f'Removing {d}') removeFile(d) # compile .po files and install