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

Comparing COMP/CRAB/python/SchedulerCondor.py (file contents):
Revision 1.8 by spiga, Wed Jun 11 10:03:07 2008 UTC vs.
Revision 1.9 by ewv, Tue Jun 17 21:54:14 2008 UTC

# Line 72 | Line 72 | class SchedulerCondor(SchedulerLocal) :
72      # May have problems with onlyOSG being false, probably due to lengths of lists and command line.
73      # Either re-write osg_bdii.py with a proper ldap library or break the queries apart
74  
75    #scram = Scram.Scram(None)
76    #versionCMSSW = scram.getSWVersion()
77    #arch = scram.getArch()
78
75      if self.selectNoInput:
76        return [True]
77 <
77 >    else:
78 >      return SchedulerLocal.listMatch(self, seList, full)
79  
80    def decodeLogInfo(self, file):
81      """

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines