Skip to content

Commit

Permalink
Fix coverage build composite loop behavior (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderVocke authored Apr 30, 2024
1 parent b5df6b8 commit da69631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shoopdaloop/lib/q_objects/CompositeLoop.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ def transition_with_immediate_sync_impl(self, mode, sync_cycle):
self.mode = mode
self.iteration = sync_cycle
self.update_length()
self.update_position()
self.logger.trace(lambda: f'immediate sync: Done - mode -> {mode}, iteration -> {sync_cycle}, position -> {self._position}')

# Perform the trigger(s) for the next loop cycle
Expand Down

0 comments on commit da69631

Please sign in to comment.