mirror of https://github.com/zulip/zulip.git
print-all: Fix incorrect progress output
(imported from commit 266b9da0a4aee094c2df6502766ff06c2a967a2d)
This commit is contained in:
parent
b0d669aa03
commit
465bbf5614
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue