X-Git-Url: https://git.ralfj.de/mass-build.git/blobdiff_plain/187e1b6111879b67f575940be29d2adeb715102c..e84e84ae4c6484a46758e712d1c1db40242b02df:/mass_build.py diff --git a/mass_build.py b/mass_build.py index cdf5114..11e5199 100755 --- a/mass_build.py +++ b/mass_build.py @@ -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