Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 971f3e3

Browse files
authored
Merge pull request #604 from CMSCompOps/alt_pilot
Add alternative pilot from SubRequestType
2 parents 4cd27be + 16fcee2 commit 971f3e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

utils.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8086,7 +8086,11 @@ def go(self,log=False):
80868086
else:
80878087
print(msg)
80888088
return True
8089-
8089+
# If there is 'pilot' in SubRequestType (an alternative pilot)
8090+
if 'SubRequestType' in self.request and 'pilot' in self.request['SubRequestType']:
8091+
print "Alternative pilot"
8092+
return True
8093+
80908094
for campaign,label in pas:
80918095
if not CI.go( campaign, label):
80928096
if log:

0 commit comments

Comments
 (0)