]> piware.de Git - bin.git/blobdiff - workitems.py
workitems: make postpone an alias for postponed
[bin.git] / workitems.py
index 6e0108044895c6689e2bb0a3067717654f5cabb3..d5621062e2a58e07da80ac6575bf17b9cfcaeeaf 100755 (executable)
@@ -117,6 +117,8 @@ def get_blueprint_workitems(blueprint_url):
             state = 'done'
         if state == 'inprogress':
             state = 'todo'
+        if state == 'postpone':
+            state = 'postponed'
         if state not in valid_states:
             print >> sys.stderr, 'ERROR: invalid state "%s" for work item "%s"' % (
                 state, desc)