]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/build/genicon.py
Add '-dcrop' option to ps and svg backends
[lilypond.git] / scripts / build / genicon.py
index 543735240fea9542c7931c4a99dd978e85b8fa63..b96730b7690261b1d0c063dadd1c8874b4da4ee7 100644 (file)
@@ -15,7 +15,7 @@ os.chdir(dir)
 def system (c):
     print c
     if os.system (c):
-        raise 'barf'
+        raise Exception('The command exited with nonzero exit status!')
 
 outputs = []
 for sz in [48,32,16] :