diff --git a/basilico.py b/basilico.py index 7d4d2fc..bcdcd10 100755 --- a/basilico.py +++ b/basilico.py @@ -1485,10 +1485,12 @@ def user_groups_checks(): return if not "disk" in res.split(":")[1]: user = os.getenv("USER") - logging.warning(f" User {user} is not in disk group and it may not have sufficient permissions to use smartctl.\n" - f"You can add it in with the command\n\n" - f"\tsudo usermod -a -G disk $USER\n\n" - f"and restarting the user session (logout and login).") + logging.warning( + f" User {user} is not in disk group and it may not have sufficient permissions to use smartctl.\n" + f"You can add it in with the command\n\n" + f"\tsudo usermod -a -G disk $USER\n\n" + f"and restarting the user session (logout and login)." + ) TARALLO = None