Skip to content

Commit

Permalink
immediately refresh enlighten bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed May 14, 2024
1 parent 190081e commit 870ee4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions progress_api/backends/enlighten.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def create_bar(self, spec: ProgressBarSpec) -> api.Progress:
else:
bars = {spec.states[0].name: bar}

bar.refresh()
return EnlightenProgress(spec, bar, bars)


Expand Down

0 comments on commit 870ee4c

Please sign in to comment.