Fixed for folder

This commit is contained in:
Dimitris Zlatanidis 2023-03-02 22:09:00 +02:00
parent da1803bf05
commit 961d9de6fe

View file

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