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

Comparing COMP/CRAB/python/SchedulerEdg.py (file contents):
Revision 1.145 by fanzago, Tue Oct 9 14:34:40 2007 UTC vs.
Revision 1.146 by mcinquil, Wed Oct 10 12:55:58 2007 UTC

# 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:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines