From c8f3294e6b54552edd79bafa54207fdcfd61e2c0 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 21 Oct 2016 00:02:17 -0400 Subject: 99% test coverage. Also: * Ignore coverage in the testing submodule. * Remove some unreachable code. * Spelling. * Fix a bug in run_thru(). --- src/mailman/app/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/app/workflow.py') diff --git a/src/mailman/app/workflow.py b/src/mailman/app/workflow.py index 762b0fd91..36fd7d611 100644 --- a/src/mailman/app/workflow.py +++ b/src/mailman/app/workflow.py @@ -110,7 +110,7 @@ class Workflow: # Stop executing, but not before we push the last state back # onto the deque. Otherwise, resuming the state machine would # skip this step. - self._next.appendleft(step) + self._next.appendleft(name) break results.append(step()) return results -- cgit v1.2.3-70-g09d2