X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Futil%2Fexecfuncs.py;h=cc95bdf0f94ff932afe418932bda25ccb6ac982f;hb=6285ca51026efb69642eea9dfc7c480e722d84a9;hp=17531199a8e20f95f3cd072c53650c20c2c40ca4;hpb=e55924b6886bd7382a28e1ae235c4810f852e163;p=nepi.git diff --git a/src/nepi/util/execfuncs.py b/src/nepi/util/execfuncs.py index 17531199..cc95bdf0 100644 --- a/src/nepi/util/execfuncs.py +++ b/src/nepi/util/execfuncs.py @@ -155,7 +155,7 @@ def lspawn(command, pidfile, (out,err), proc = lexec(cmd) if proc.wait(): - raise RuntimeError, "Failed to set up application on host %s: %s %s" % (host, out,err,) + raise RuntimeError("Failed to set up application on host %s: %s %s" % (host, out,err,)) return ((out,err), proc)