]> piware.de Git - bin.git/commitdiff
workitems.py: Drop debugging leftover
authormartin@piware.de <>
Fri, 4 Sep 2009 09:21:31 +0000 (11:21 +0200)
committermartin@piware.de <>
Fri, 4 Sep 2009 09:21:31 +0000 (11:21 +0200)
workitems.py

index 7b3ebef577b2319564588f455c2f4e2108bfd994..fa40e47764b0800d579b0f252df41171a2e1d27c 100755 (executable)
@@ -143,7 +143,7 @@ def get_blueprint_status(blueprint_url):
 
     found_status = False
     result = []
-    for l in urllib.urlopen(blueprint_url + '?'):
+    for l in urllib.urlopen(blueprint_url):
         end = False
         if not found_status:
             if status_re.search(l):