Archived
1
0

Removes solved TODO

This commit is contained in:
Jip J. Dekker 2016-03-20 16:03:14 +01:00
parent dc0e24c708
commit aaad2e29d9

View File

@ -39,7 +39,6 @@ func PrepareLilypond(opts *settings.Settings) {
lilypondArgs = append(lilypondArgs, "--loglevel=ERROR")
lilypondArgs = append(lilypondArgs, "--pdf")
// TODO: Make this an absolute path.
lilypondArgs = append(lilypondArgs, "--output="+opts.OutputDir)
if !helpers.Exists(opts.OutputDir) {
log.WithFields(log.Fields{"path": opts.OutputDir}).Info("creating output directory")