ajack 2003/10/20 12:17:03
Modified: python/gump launcher.py
Log:
typo
Revision Changes Path
1.28 +1 -1 jakarta-gump/python/gump/launcher.py
Index: launcher.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/launcher.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- launcher.py 20 Oct 2003 18:55:10 -0000 1.27
+++ launcher.py 20 Oct 2003 19:17:03 -0000 1.28
@@ -288,7 +288,7 @@
log.warn('Kill all child processed (anything launched by Gumpy) [PID' +
str(gumpid) + ']')
pidsFile = dir.tmp + '/childPIDs.txt'
command='pgrep -P ' + str(gumpid) + ' -l > ' + pidsFile
- os.system(command):
+ os.system(command)
ids=None
try:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]