Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 5249010

Browse files
Update progress bar to 100% on load
1 parent 9b62664 commit 5249010

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dancer/ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def run(self):
198198
plot_data = None
199199

200200

201+
self.progressed(100, "Done!")
201202
self.done(result, plot_data, self.data.get("at", 0))
202203
self.finished()
203204

0 commit comments

Comments
 (0)