ajack 2004/07/14 14:25:06
Modified: python/gump/process launcher.py
Log:
More haste, less speed.
Revision Changes Path
1.3 +1 -1 gump/python/gump/process/launcher.py
Index: launcher.py
===================================================================
RCS file: /home/cvs/gump/python/gump/process/launcher.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- launcher.py 14 Jul 2004 21:12:04 -0000 1.2
+++ launcher.py 14 Jul 2004 21:25:06 -0000 1.3
@@ -183,7 +183,7 @@
# Write ENV over-writes...
for envKey in execInfo.iterkeys():
- if not envKen in ['CMD','TMP','CWD']:
+ if not envKey in ['CMD','TMP','CWD']:
os.environ[envKey]=execInfo[envKey]
systemReturn=os.system(cmd)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]