gnc:cmdline-check-report should return #t if everything passes.

This commit is contained in:
John Ralls 2020-08-08 16:15:31 -07:00
parent e8da10ba2e
commit 59f3376e75

View File

@ -813,7 +813,8 @@ not found.")))
(stderr-log "\n"))
(export-type (template-export report (car templates)
export-type output-file #t)))))
export-type output-file #t))
(else #t))))
(define-public (gnc:cmdline-template-export report export-type output-file)
(let* ((templates (reportname->templates report)))