]> git.decadent.org.uk Git - dak.git/commit
gps2: fix logging call
authorJulien Cristau <jcristau@debian.org>
Sat, 21 May 2016 13:55:49 +0000 (15:55 +0200)
committerJulien Cristau <jcristau@debian.org>
Sat, 21 May 2016 13:57:58 +0000 (15:57 +0200)
commit951a3cb563e7932646d40fbc77759efb8b50a271
tree8f64255b140acc023925d85ff264bebfe27ac6dd
parent7c5adcf962fe99d6a42307595f263f47d0112fbc
gps2: fix logging call

The multiprocessing workers return a list already, no need to embed that
in another one.

This should change logging from
generate-packages-sources2|dak|['generate-packages', 'unstable', 'main', 's390x']
to
generate-packages-sources2|dak|generate-packages|unstable|main|s390x

Signed-off-by: Julien Cristau <jcristau@debian.org>
dak/generate_packages_sources2.py