improve CLI "indefinite" progress typeout finish
svn: r18647
This commit is contained in:
@@ -75,7 +75,7 @@ class User(gen.user.User):
|
||||
|
||||
def end_progress(self):
|
||||
"""
|
||||
Start showing a progress indicator to the user.
|
||||
Stop showing the progress indicator to the user.
|
||||
"""
|
||||
if self.progress:
|
||||
self.progress.close()
|
||||
|
||||
Reference in New Issue
Block a user