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

Commit 78b06fe

Browse files
committed
Add alternative way of pilot.
1 parent aefde61 commit 78b06fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8086,7 +8086,10 @@ 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+
return True
8092+
80908093
for campaign,label in pas:
80918094
if not CI.go( campaign, label):
80928095
if log:

0 commit comments

Comments
 (0)