[Reportbug-maint] Bug#857013: Fixing #857013

2017-04-22 Thread Nis Martensen
control: tags 857013 patch Thanks Michal for finding and reporting this bug! >From 9d8f610dedbd831961ed2d30d96782c569c60d5c Mon Sep 17 00:00:00 2001 From: Nis Martensen Date: Sat, 22 Apr 2017 11:43:19 +0200 Subject: [PATCH 2/2] utils.py: Fix IndexError: list index out of range re.findall() calle

[Reportbug-maint] Bug#857013: Fixing #857013

2017-04-20 Thread Nis Martensen
This might work, too? : - conffiles = conffiles + [re.findall(r' (.+) ([0-9a-f]+).*$', line)[0]] + conffiles += re.findall(r' (.+) ([0-9a-f]+).*$', line) ___ Reportbug-maint mailing list Reportbug-maint@lists.alioth.debian.org http://lists.alioth.debian