Forgot this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37497 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-02-04 20:15:39 +00:00
parent a621204d57
commit 497a131804

View File

@ -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):