]> git.lyx.org Git - features.git/commitdiff
Fix another thinko from r38243. No status line needed.
authorEnrico Forestieri <forenr@lyx.org>
Tue, 27 Sep 2011 07:29:24 +0000 (07:29 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 27 Sep 2011 07:29:24 +0000 (07:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39774 a592a061-630c-0410-9148-cb99ea01b6c8

lib/scripts/legacy_lyxpreview2ppm.py

index 880b48bb3505f8c8680ba685bcc48e870a0da36a..b0f2e67f1b19de1b25cad597a5cc55d986d792de 100644 (file)
@@ -428,4 +428,4 @@ def legacy_conversion_step2(latex_file, dpi, output_format, skipMetrics = False)
 
 
 if __name__ == "__main__":
-    exit(legacy_conversion(sys.argv)[0])
+    sys.exit(legacy_conversion(sys.argv)[0])