mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated docstring
This commit is contained in:
parent
6e9607c4cc
commit
3e7614e2fa
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class ViewProcess(Configs):
|
|||
('-B', '--progress-bar'), flags)
|
||||
|
||||
def message(self, message: str) -> None:
|
||||
""" Show spinner with message.
|
||||
""" Show spinner with message or message.
|
||||
"""
|
||||
if self.progress_bar_conf or self.option_for_progress_bar:
|
||||
self.bar_process = Process(target=self.progress.progress_bar, args=(message,))
|
||||
|
|
Loading…
Reference in a new issue