summaryrefslogtreecommitdiffstats
path: root/test/TEX/PDFTEX.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/PDFTEX.py')
-rw-r--r--test/TEX/PDFTEX.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/PDFTEX.py b/test/TEX/PDFTEX.py
index 2015c33..fa0d839 100644
--- a/test/TEX/PDFTEX.py
+++ b/test/TEX/PDFTEX.py
@@ -44,7 +44,7 @@ infile = open(sys.argv[1], 'rb')
out_file = open(base_name+'.pdf', 'wb')
for l in infile.readlines():
if l[0] != '\\':
- out_file.write(l)
+ out_file.write(l)
sys.exit(0)
""")