mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
updatedocs.py: remove an extra parenthesis
This commit is contained in:
parent
cf99586714
commit
09bdea3c02
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user