mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated style code
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e89c50f77d
commit
187eb9d61a
1 changed files with 2 additions and 1 deletions
|
@ -133,4 +133,5 @@ class Updates:
|
|||
cmd = "Repository is updated."
|
||||
if self.count_news > 0:
|
||||
cmd = "Run the command 'slpkg update'."
|
||||
print(f"{self.grey}From {self.count_repo} repositories need {self.count_news} updating. {cmd}{self.endc}", end="\n")
|
||||
print(f"{self.grey}From {self.count_repo} repositories need"
|
||||
f" {self.count_news} updating. {cmd}{self.endc}", end="\n")
|
||||
|
|
Loading…
Reference in a new issue