- Timestamp:
- Oct 10, 2007, 3:50:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/templates/main.py
r179 r180 177 177 return p.stdout.read(), p.stderr.read() 178 178 if p.wait(): 179 print >> sys.stderr, 'Error on remctl %s:' % args179 print >> sys.stderr, 'Error on remctl', args, ':' 180 180 print >> sys.stderr, p.stderr.read() 181 181 raise CodeError('ERROR on remctl')
Note: See TracChangeset
for help on using the changeset viewer.