This commit is contained in:
Abhiraj Roy (iconized)
2024-04-24 18:12:51 +05:30
committed by GitHub
parent c69399d409
commit 7bb06552a6

View File

@@ -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: