From: martin@piware.de <> Date: Fri, 12 Jun 2009 14:13:05 +0000 (+0200) Subject: workitems.py: Fix typo X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=79ce1657e7f890c8f28fdd3b018fd4d2bd7135d8 workitems.py: Fix typo --- 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[^"]+)"' %