From ed2ccb2667fded65661370adb4b93623c9362193 Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 11 Apr 2014 22:30:41 +0200 Subject: [PATCH] pdflatex is not interactive by default --- songbook | 1 - 1 file changed, 1 deletion(-) diff --git a/songbook b/songbook index 14b48f43..105b3cea 100755 --- a/songbook +++ b/songbook @@ -114,7 +114,6 @@ def main(): try: sb_builder = SongbookBuilder(songbook, basename) - sb_builder.interactive = True sb_builder.unsafe = True sb_builder.build_steps(options.steps)