ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/PsetManipulator.py
(Generate patch)

Comparing COMP/CRAB/python/PsetManipulator.py (file contents):
Revision 1.18 by slacapra, Wed Jun 11 17:55:30 2008 UTC vs.
Revision 1.20 by slacapra, Mon Jun 16 15:35:53 2008 UTC

# Line 108 | Line 108 | class PsetManipulator:
108              return fileName
109          return None
110          
111 <        #fileName
111 >    def getPoolOutputModule(self):
112 >        """ Get Output filename from PoolOutputModule and return it. If not existing, return None """
113 >        if not self.cfg.data.outputModules:
114 >            return None
115 >        poolOutputModule = self.cfg.data.outputModules
116 >        for out in poolOutputModule:
117 >            return poolOutputModule[out].fileName.value()
118  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines