From 73f39f614bd2ef7c96785b37b75c3e9a5ae15c21 Mon Sep 17 00:00:00 2001 From: "martin@piware.de" <> Date: Fri, 4 Sep 2009 11:21:31 +0200 Subject: [PATCH] workitems.py: Drop debugging leftover --- workitems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.2