projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa12e51
)
Bug fix.
author
Eric Price
<ecprice@mit.edu>
Wed, 10 Oct 2007 07:50:45 +0000
(
03:50
-0400)
committer
Eric Price
<ecprice@mit.edu>
Wed, 10 Oct 2007 07:50:45 +0000
(
03:50
-0400)
svn path=/trunk/web/; revision=180
templates/main.py
patch
|
blob
|
history
diff --git
a/templates/main.py
b/templates/main.py
index
5e1a272
..
6f99990
100755
(executable)
--- a/
templates/main.py
+++ b/
templates/main.py
@@
-176,7
+176,7
@@
def remctl(*args, **kws):
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()