diff --git a/slpkg/checks.py b/slpkg/checks.py index 992e0ada..4407fe79 100644 --- a/slpkg/checks.py +++ b/slpkg/checks.py @@ -69,7 +69,7 @@ class Check(Configs, Utilities): raise SystemExit( f'\nThe packages \'{", ".join(packages)}\' is blacklisted.\n' f'Please edit the blacklist.toml file in ' - f'{self.configs.etc_path} folder.\n') + f'{self.etc_path} folder.\n') def database(self) -> None: """ Checking for empty table """