mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Updated enabled maessage
This commit is contained in:
parent
ed0bb17a56
commit
e3bf397ed4
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue