From 7bb06552a6773007dc2d4b0a14eb0983ad0ead4c Mon Sep 17 00:00:00 2001 From: "Abhiraj Roy (iconized)" <157954129+iconized@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:12:51 +0530 Subject: [PATCH] LOC84, --- blackbox/Functions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blackbox/Functions.py b/blackbox/Functions.py index a4cee10..4889747 100644 --- a/blackbox/Functions.py +++ b/blackbox/Functions.py @@ -80,7 +80,9 @@ def permissions(dst): group = g.replace(")", "").strip() # NOTE: replace with nothing! subprocess.call(["chown", "-R", sudo_username + ":" + group, dst], shell=False) except Exception as e: - logger.error(e) + logger.error( + "Exception occured in LOC68: %s" % e + ) # NOTE: Creating Log, Export and Config Directory: try: