nicolaken 2004/04/10 04:16:50
Modified: python gmp.py
Log:
Set the workspace
Revision Changes Path
1.2 +2 -2 gump/python/gmp.py
Index: gmp.py
===================================================================
RCS file: /home/cvs/gump/python/gmp.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gmp.py 10 Apr 2004 10:35:24 -0000 1.1
+++ gmp.py 10 Apr 2004 11:16:50 -0000 1.2
@@ -125,7 +125,7 @@
#
command=os.path.join(os.environ['GUMP_HOME'],'python/gump/'+command+'.py')
- exitValue = runCommand('python '+command+' '+projects, iargs, 'python')
+ exitValue = runCommand('python '+command+' -w '+ws+' '+projects, iargs,
'python')
if exitValue:
result=1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]