weather: Fix type error when reporting CI stats.
authorLudovic Courtès <ludo@gnu.org>
Mon, 30 Apr 2018 13:19:41 +0000 (15:19 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 30 Apr 2018 21:41:21 +0000 (23:41 +0200)
commit7c8b7e35d020197cffadec2702438e9900192fc0
tree78f96215fb8485c0df3ac65ed7491d154255ca65
parente64a3b436aabe4a510f81184fd34e04265b63bc7
weather: Fix type error when reporting CI stats.

* guix/scripts/weather.scm (report-server-coverage): Remove 'missing'
binding above 'queued-subset' call.  Before that 'queued-subset' would
be called with a number instead of a list.
guix/scripts/weather.scm