Tentative fix for #51

This commit is contained in:
Georges Dupéron 2017-08-13 18:10:31 +02:00 committed by GitHub
parent b37795b94e
commit ab6a0a0cb0

View File

@ -628,7 +628,7 @@
(for/fold ([pkg-rows null] [num-todos 0])
([pkg (package-batch-detail package-names)])
(define pkg-docs
(let ([implied-docs (get-implied-docs)]
(let ([implied-docs (get-implied-docs pkg)]
[pkg-docs (package-docs pkg)])
(if (null? pkg-docs)
implied-docs