]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/convertDefault.py
Replace lib/scriptsfig2pdftex.sh and fig2pstex.sh by their python version
[lyx.git] / lib / scripts / convertDefault.py
index a71af439996fd3d8e021c8f225594684eea3e503..acc0853321b5d3286e7c59a0d52771cdcf28c077 100644 (file)
@@ -19,6 +19,6 @@
 # converts an image from $1 to $2 format
 import os, sys
 if os.system(r'convert -depth 8 "%s" "%s"' % (sys.argv[1], sys.argv[2])) != 0:
-  print >> sys.stderr, sys.argv[0], 'ERROR'
-  print >> sys.stderr, 'Execution of "convert" failed.'
-  sys.exit(1)
+    print >> sys.stderr, sys.argv[0], 'ERROR'
+    print >> sys.stderr, 'Execution of "convert" failed.'
+    sys.exit(1)