From: martin@piware.de <> Date: Fri, 4 Sep 2009 09:21:31 +0000 (+0200) Subject: workitems.py: Drop debugging leftover X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=73f39f614bd2ef7c96785b37b75c3e9a5ae15c21 workitems.py: Drop debugging leftover --- 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):