# | 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=[] |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |