Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shields committed Dec 11, 2022
1 parent b1e31a4 commit 99c54cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/uberjob/progress/_simple_progress_observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ def increment_total(self, section, scope, amount: int):
def increment_running(self, section, scope):
self.update_weighted_elapsed()
scope_state = self.section_scope_mapping[section][scope]
if not scope_state.running:
self._running_section_scopes.add(scope_state)
self._running_section_scopes.add(scope_state)
scope_state.running += 1
self.running_count += 1

Expand Down

0 comments on commit 99c54cf

Please sign in to comment.