Browse Source

Indentation

pull/66/head
Louis 10 years ago
parent
commit
db94cf06a3
  1. 3
      patacrep/latex/syntax.py

3
patacrep/latex/syntax.py

@ -41,7 +41,8 @@ class Parser:
def p_error(self, token):
"""Manage parsing errors."""
LOGGER.error("Error in file {}, line {} at position {}.".format(
LOGGER.error(
"Error in file {}, line {} at position {}.".format(
str(self.filename),
token.lineno,
self.__find_column(token),

Loading…
Cancel
Save