]> piware.de Git - bin.git/commitdiff
workitems: make postpone an alias for postponed
authormartin@piware.de <>
Thu, 6 Aug 2009 10:51:33 +0000 (11:51 +0100)
committermartin@piware.de <>
Thu, 6 Aug 2009 10:51:33 +0000 (11:51 +0100)
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)