mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated for comment
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
5506745d1c
commit
98df68f20c
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ class ViewProcess(Configs):
|
|||
self.bar_process.terminate()
|
||||
self.bar_process.join()
|
||||
print(f'\b{self.bgreen}{self.ascii.done}{self.endc}', end='')
|
||||
print('\x1b[?25h')
|
||||
print('\x1b[?25h') # Reset cursor after hiding.
|
||||
else:
|
||||
print(f'{self.bgreen}{self.ascii.done}{self.endc}')
|
||||
|
||||
|
@ -58,6 +58,6 @@ class ViewProcess(Configs):
|
|||
self.bar_process.terminate()
|
||||
self.bar_process.join()
|
||||
print(f'\b{self.bred}{self.ascii.failed}{self.endc}', end='')
|
||||
print('\x1b[?25h')
|
||||
print('\x1b[?25h') # Reset cursor after hiding.
|
||||
else:
|
||||
print(f'{self.bred}{self.ascii.failed}{self.endc}')
|
||||
|
|
Loading…
Reference in a new issue