Bug fix.
authorEric Price <ecprice@mit.edu>
Wed, 10 Oct 2007 07:50:45 +0000 (03:50 -0400)
committerEric Price <ecprice@mit.edu>
Wed, 10 Oct 2007 07:50:45 +0000 (03:50 -0400)
svn path=/trunk/web/; revision=180

templates/main.py

index 5e1a272..6f99990 100755 (executable)
@@ -176,7 +176,7 @@ def remctl(*args, **kws):
         p.wait()
         return p.stdout.read(), p.stderr.read()
     if p.wait():
         p.wait()
         return p.stdout.read(), p.stderr.read()
     if p.wait():
-        print >> sys.stderr, 'Error on remctl %s:' % args
+        print >> sys.stderr, 'Error on remctl', args, ':'
         print >> sys.stderr, p.stderr.read()
         raise CodeError('ERROR on remctl')
     return p.stdout.read()
         print >> sys.stderr, p.stderr.read()
         raise CodeError('ERROR on remctl')
     return p.stdout.read()