From: Yaroslav Halchenko Date: Thu, 9 Dec 2010 22:11:59 +0000 (-0500) Subject: strip task while extracting from blends file X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=81e8c03e38b5633ca3c05bb134fa6c62035d6f2d;p=neurodebian.git strip task while extracting from blends file --- diff --git a/tools/blends-inject b/tools/blends-inject index 71d3fc8..a7bdba1 100755 --- a/tools/blends-inject +++ b/tools/blends-inject @@ -214,7 +214,7 @@ def parse_debian_blends(f='debian/blends'): if format_clean: format_ = format_[:-6] elif kl == 'tasks': - tasks = v.split(',') + tasks = [x.strip() for x in v.split(',')] newtasks = pkg is not None # either we need to provide tune-ups # for current package elif kl in PKG_FIELDS: # new package