Skip to content

Commit

Permalink
enlighten: clear when closing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed May 9, 2024
1 parent aaeb8e2 commit 818a10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progress_api/backends/enlighten.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ def update(
bar.update(float(n)) # type: ignore

def finish(self):
self.bar.close()
self.bar.close(True)

0 comments on commit 818a10f

Please sign in to comment.