From 7b2f79f77349389fd68d9186ab1dbb271adf38d1 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 22 Jun 2015 11:20:04 -0700 Subject: [PATCH] Update states comment to refer to task section Change-Id: Ie766a590cc0849e00d64fc485278767b74164c9e --- taskflow/states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskflow/states.py b/taskflow/states.py index cbef58c7..a49866b6 100644 --- a/taskflow/states.py +++ b/taskflow/states.py @@ -157,7 +157,7 @@ def check_flow_transition(old_state, new_state): # Task state transitions -# See: http://docs.openstack.org/developer/taskflow/states.html +# See: http://docs.openstack.org/developer/taskflow/states.html#task _ALLOWED_TASK_TRANSITIONS = frozenset(( (PENDING, RUNNING), # run it!