X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=workitems.py;h=ec311b87169a295eb3a39f666c8ee2da06197a6b;hp=1147efab359e3ea0471025678392554770e1768e;hb=a68f93866e6f37721f2ea327ba8a743260018ad0;hpb=c4d56a5784f69f6f9b442058b14be5cc05a8ed26 diff --git a/workitems.py b/workitems.py index 1147efa..ec311b8 100755 --- a/workitems.py +++ b/workitems.py @@ -111,6 +111,8 @@ def get_blueprint_workitems(blueprint_url): state = 'todo' if state == 'completed': state = 'done' + if state == 'inprogress': + state = 'todo' if state not in valid_states: print >> sys.stderr, 'ERROR: invalid state "%s" for work item "%s"' % ( state, desc)