mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for f string
This commit is contained in:
parent
c2809e1121
commit
d2a78b79f9
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class Cleanings(Configs):
|
||||||
|
|
||||||
print(f"{self.byellow}Successfully cleared!{self.endc}\n\n"
|
print(f"{self.byellow}Successfully cleared!{self.endc}\n\n"
|
||||||
"You need to update the package lists now:\n\n"
|
"You need to update the package lists now:\n\n"
|
||||||
" $ slpkg update\n")
|
f"{'':>2}$ slpkg update\n")
|
||||||
|
|
||||||
def delete_repositories_data(self) -> None:
|
def delete_repositories_data(self) -> None:
|
||||||
""" Deletes local folders with the repository downloaded data. """
|
""" Deletes local folders with the repository downloaded data. """
|
||||||
|
|
Loading…
Add table
Reference in a new issue