mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Forgot this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37497 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a621204d57
commit
497a131804
@ -163,6 +163,7 @@ def main(argv):
|
||||
if not os.path.exists(lyxfile):
|
||||
error('File "%s" not found.' % lyxfile)
|
||||
|
||||
outdir = ""
|
||||
if len(argv) == 3:
|
||||
outdir = argv[2]
|
||||
if not os.path.isdir(outdir):
|
||||
|
Loading…
Reference in New Issue
Block a user