Cosmetic changes
This commit is contained in:
parent
427881c7c5
commit
c6fc46736d
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import re
|
||||
import sys
|
||||
import subprocess
|
||||
import string
|
||||
|
||||
|
|
@ -61,8 +62,7 @@ def generate_git_tex_diff(texfile, bibliography, revision):
|
|||
line = line.rstrip()
|
||||
if document_started: # diff results in preamble
|
||||
|
||||
import sys
|
||||
debug = 'battery' in line
|
||||
debug = False #'battery' in line
|
||||
if debug:
|
||||
print('orig:', repr(line), file=sys.stderr)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue