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

Comparing COMP/CRAB/python/JdlWriter.py (file contents):
Revision 1.6 by spiga, Tue May 26 16:53:23 2009 UTC vs.
Revision 1.7 by fanzago, Wed May 27 13:50:42 2009 UTC

# Line 52 | Line 52 | class JdlWriter( Actor ):
52          for distDest in distinct_dests:
53              dest = self.blackWhiteListParser.cleanForBlackWhiteList(distDest)
54              if not dest and self.datasetpath:
55 <                common.logger.info'No destination available: will not create jdl \n' )
55 >                common.logger.info('No destination available: will not create jdl \n' )
56                  continue
57              all_jobs.append(common._db.queryAttrJob({'dlsDestination':distDest},'jobId'))
58              sub_jobs_temp=[]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines