ajack 2004/03/02 17:02:26
Modified: python/gump engine.py
Log:
Check isn't critical to the LSD run, but patch it anyway...
Revision Changes Path
1.71 +5 -4 gump/python/gump/engine.py
Index: engine.py
===================================================================
RCS file: /home/cvs/gump/python/gump/engine.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- engine.py 3 Mar 2004 00:49:52 -0000 1.70
+++ engine.py 3 Mar 2004 01:02:25 -0000 1.71
@@ -751,10 +751,6 @@
def checkWorkspace(self,run):
""" Check a GumpRun's Projects """
workspace=run.getWorkspace()
-
- log.debug('Total Project CheckList:');
- for p in list:
- log.debug(' To Check : ' + p.name)
log.debug('--- Building work directories with sources')
@@ -772,6 +768,11 @@
def checkProjects(self,run):
list=run.getGumpSet().getProjects()
# Check all projects
+
+ log.debug('Total Project CheckList:');
+ for p in list:
+ log.debug(' To Check : ' + p.name)
+
projectCount=len(list)
projectNo=1
for project in list:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]