Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed May 31, 2016
1 parent da047cf commit de4fed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rx/concurrency/schedulerbase.py
Expand Up @@ -196,6 +196,7 @@ def schedule_periodic(self, period, action, state=None):
def invoke_action(scheduler, _):
if disposable.is_disposed:
return

new_state = action(state[0])
if new_state is not None:
state[0] = new_state
Expand Down

0 comments on commit de4fed7

Please sign in to comment.