updatedocs.py: remove an extra parenthesis

This commit is contained in:
Scott Kostyshak 2015-11-27 02:37:27 -05:00
parent cf99586714
commit 09bdea3c02

View File

@ -53,7 +53,7 @@ def main(argv):
lyx2lyx = os.path.abspath(os.path.join(toolsdir, "../../lib/lyx2lyx/lyx2lyx"))
systemlyxdir = os.path.abspath(os.path.join(toolsdir, "../../lib"))
if len(argv) > 1:
sys.stderr.write('Warning: Converting with LyX is experimental. Check the results carefully.\n'))
sys.stderr.write('Warning: Converting with LyX is experimental. Check the results carefully.\n')
lyx = os.path.abspath(argv[1])
else:
lyx = ''