mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated done color
This commit is contained in:
parent
5f36c9224e
commit
1574fa28bc
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class SBoGenerate(Configs):
|
||||||
sbo.write(f'SLACKBUILD SHORT DESCRIPTION: {short_description}\n')
|
sbo.write(f'SLACKBUILD SHORT DESCRIPTION: {short_description}\n')
|
||||||
sbo.write('\n')
|
sbo.write('\n')
|
||||||
|
|
||||||
print(f'{self.byellow}{self.ascii.done}{self.endc}\n')
|
print(f'{self.bgreen}{self.ascii.done}{self.endc}\n')
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def read_short_description(path: Path, name: str) -> str:
|
def read_short_description(path: Path, name: str) -> str:
|
||||||
|
|
Loading…
Add table
Reference in a new issue