Cosmetic changes

This commit is contained in:
jaseg 2021-09-29 13:46:56 +02:00
parent 427881c7c5
commit c6fc46736d
2 changed files with 3 additions and 3 deletions

View file

@ -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)