# | Line 582 | Line 582 | class SchedulerEdg(Scheduler): | |
---|---|---|
582 | replicas = self.blackWhiteListParser.checkWhiteList(replicas,n) | |
583 | ||
584 | if len(replicas)==0: | |
585 | < | msg = 'No sites remaining that host any part of the requested data! Exiting... ' |
586 | < | raise CrabException(msg) |
585 | > | itr = itr + 'target.GlueSEUniqueID=="NONE" ' |
586 | > | #msg = 'No sites remaining that host any part of the requested data! Exiting... ' |
587 | > | #raise CrabException(msg) |
588 | ##### | |
589 | # for site in sites: | |
590 | for site in replicas: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |