forward python 2 configuration
[mass-build.git] / mass_build.py
index cdf511402caad26525c0acc6d46d581b55333b06..11e519966e783aafea3ae3c357f8153d4e9ff604 100755 (executable)
@@ -106,7 +106,7 @@ for project in workProjects:
                print "Building module",project.sourceFolder()
                project.buildSystem.build(reconfigure=args.reconfigure)
                print
-       except (subprocess.CalledProcessError, KeyboardInterrupt) as e:
+       except (subprocess.CalledProcessError, KeyboardInterrupt) as e: # for some exceptions, a stackrace is usually pointless
                print >> sys.stderr
                print >> sys.stderr
                if isinstance(e, KeyboardInterrupt): # str(e) would be the empty string