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.19 by slacapra, Mon Jun 16 14:02:36 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 >        return None
114 >        # if not self.cfg.data.outputModules:
115 >        #     return None
116 >        # poolOutputModule = self.cfg.data.outputModules
117 >        # for out in poolOutputModule:
118 >        #     print out
119 >        # fileName = poolOutputModule.getattr(poolOutputModule.values()[0],'fileName', None)
120 >        # return fileName
121  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines