X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=src%2Fnepi%2Futil%2Fexecfuncs.py;h=cc95bdf0f94ff932afe418932bda25ccb6ac982f;hp=17531199a8e20f95f3cd072c53650c20c2c40ca4;hb=6285ca51026efb69642eea9dfc7c480e722d84a9;hpb=cb5d027b813a27d7de263653e1a8e0cef5490f0a 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)