X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=workitems.py;h=fa40e47764b0800d579b0f252df41171a2e1d27c;hb=1a473459cc1097ae568d5dc32bce05e16d2a38bb;hp=7b3ebef577b2319564588f455c2f4e2108bfd994;hpb=bcd6265796aaa337f7dddb18422c7e43c1850407;p=bin.git diff --git a/workitems.py b/workitems.py index 7b3ebef..fa40e47 100755 --- a/workitems.py +++ b/workitems.py @@ -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):