From 7174c8f3b41020e3b353dbe6a00c3bdbfa23ef51 Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 1 Nov 2015 04:51:45 +0100 Subject: [PATCH] Remove useless arguments to LaTeX compilation --- patacrep/build.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/patacrep/build.py b/patacrep/build.py index 00be667e..99e8190a 100644 --- a/patacrep/build.py +++ b/patacrep/build.py @@ -168,10 +168,6 @@ class SongbookBuilder(object): self._lualatex_options.append("--shell-escape") if not self.interactive: self._lualatex_options.append("-halt-on-error") - for datadir in self.songbook.config["datadir"]: - self._lualatex_options.append( - '--include-directory="{}"'.format(datadir) - ) def build_steps(self, steps=None): """Perform steps on the songbook by calling relevant self.build_*()