print-all: Fix incorrect progress output

(imported from commit 266b9da0a4aee094c2df6502766ff06c2a967a2d)
This commit is contained in:
Keegan McAllister 2012-10-26 17:52:47 -04:00
parent b0d669aa03
commit 465bbf5614
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ with file('tools/print-all/tex/epilogue.tex', 'w') as f:
print_list('Explicitly excluded', excluded)
print
print 'Rendering PDF...'
print 'Rendering...'
os.chdir('tools/print-all/tex')
if not path.exists('utf-8.def'):