Fixed for name file

This commit is contained in:
Dimitris Zlatanidis 2023-03-07 22:16:10 +02:00
parent 1504b5921c
commit 7c5a947bba

View file

@ -26,4 +26,4 @@ class Blacklist(Configs):
except (tomli.TOMLDecodeError, KeyError) as error:
raise SystemExit(f"\nError: {error}: in the configuration file '/etc/slpkg/blacklist.toml'.\n"
f"\nIf you have upgraded the '{self.prog_name}' probably you need to run:\n"
f"mv {self.etc_path}/{self.prog_name}.toml.new {self.etc_path}/{self.prog_name}.toml\n")
f"mv {self.etc_path}/blacklist.toml.new {self.etc_path}/blacklist.toml\n")