Browse Source

Logging: better handling of newlines

pull/70/head
Louis 10 years ago
committed by Luthaf
parent
commit
ca8580d942
  1. 3
      patacrep/build.py

3
patacrep/build.py

@ -225,8 +225,9 @@ class SongbookBuilder(object):
stdin=PIPE, stdin=PIPE,
stdout=PIPE, stdout=PIPE,
stderr=PIPE, stderr=PIPE,
env=os.environ,
universal_newlines=True, universal_newlines=True,
env=os.environ) )
except Exception as error: except Exception as error:
LOGGER.debug(error) LOGGER.debug(error)
raise errors.LatexCompilationError(self.basename) raise errors.LatexCompilationError(self.basename)

Loading…
Cancel
Save