From 79ce1657e7f890c8f28fdd3b018fd4d2bd7135d8 Mon Sep 17 00:00:00 2001 From: "martin@piware.de" <> Date: Fri, 12 Jun 2009 16:13:05 +0200 Subject: [PATCH] workitems.py: Fix typo --- workitems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workitems.py b/workitems.py index 301b949..8fa15cb 100755 --- a/workitems.py +++ b/workitems.py @@ -62,7 +62,7 @@ def parse_argv(): return (opts, args) -def get_blueprints(url, nname_pattern): +def get_blueprints(url, name_pattern): '''Return a list of blueprint URLs for the current release.''' blueprint_name_filter = re.compile('href="(/ubuntu/\+spec/%s[^"]+)"' % -- 2.39.2