mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fixed for folder
This commit is contained in:
parent
da1803bf05
commit
961d9de6fe
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Check(Configs, Utilities):
|
||||||
raise SystemExit(
|
raise SystemExit(
|
||||||
f'\nThe packages \'{", ".join(packages)}\' is blacklisted.\n'
|
f'\nThe packages \'{", ".join(packages)}\' is blacklisted.\n'
|
||||||
f'Please edit the blacklist.toml file in '
|
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:
|
def database(self) -> None:
|
||||||
""" Checking for empty table """
|
""" Checking for empty table """
|
||||||
|
|
Loading…
Add table
Reference in a new issue