# | 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 | """ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |