mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated color
This commit is contained in:
parent
20f0aa105e
commit
0883177c76
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class RemovePackages(Configs):
|
|||
dependencies.append(package)
|
||||
|
||||
if dependencies and not self.utils.is_option(self.flag_yes, self.flags) and self.ask_question:
|
||||
print(f"\n[{self.bred}WARNING!{self.endc}] The package '{self.cyan}{name}{self.endc}' "
|
||||
print(f"\n[{self.bred}WARNING!{self.endc}] The package '{self.red}{name}{self.endc}' "
|
||||
f"is a dependency for the packages:")
|
||||
|
||||
for dep in dependencies:
|
||||
|
|
Loading…
Reference in a new issue