Skip to content

Commit

Permalink
Garden
Browse files Browse the repository at this point in the history
  • Loading branch information
severb committed Mar 11, 2015
1 parent d30807d commit f67bb10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flowy/backend/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def submit_next_decision(result):
try:
f = self.workflow_executor.submit(self.workflow,
self.ro_state(),
*self.args, **self.kwargs)
*self.args,
**self.kwargs)
f.add_done_callback(self.schedule_tasks)
self.decision = f
except RuntimeError:
Expand Down

0 comments on commit f67bb10

Please sign in to comment.