Updated enabled maessage

This commit is contained in:
Dimitris Zlatanidis 2023-04-02 13:46:13 +03:00
parent ed0bb17a56
commit e3bf397ed4

View file

@ -581,8 +581,7 @@ class UpdateRepository(Configs):
self.data.install_sbos_data()
def not_enabled_message(self, repo: str) -> None:
print(f"{self.prog_name}: {self.bred}Error{self.endc}: "
f"The repository '{self.green}{repo}{self.endc}' is not enabled.")
print(f"{self.prog_name}: The repository '{self.green}{repo}{self.endc}' is not enabled.")
def make_dirs(self, repo) -> None:
path = Path(self.lib_path, 'repositories', repo)