mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for files
This commit is contained in:
parent
f46fbb74ee
commit
12de44fb3d
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ class Blacklist(Configs):
|
|||
return tomli.load(black)['BLACKLIST']['PACKAGES']
|
||||
except (tomli.TOMLDecodeError, KeyError) as error:
|
||||
raise SystemExit(f"\n{self.prog_name} {self.bred}Error{self.endc}: {error}: in the configuration file "
|
||||
f"'/etc/slpkg/blacklist.toml'.\n"
|
||||
f"'{self.blacklist_file_toml}'.\n"
|
||||
f"\nIf you have upgraded the '{self.prog_name}' probably you need to run:\n"
|
||||
f"'mv {self.etc_path}/blacklist.toml.new {self.etc_path}/blacklist.toml'.\n"
|
||||
f"'mv {self.blacklist_file_toml}.new {self.blacklist_file_toml}'.\n"
|
||||
f"or '{self.cyan}slpkg_new-configs{self.endc}' command.\n")
|
||||
return []
|
||||
|
|
Loading…
Reference in a new issue