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

Commit 16fcee2

Browse files
committed
Add alternative pilot
1 parent 78b06fe commit 16fcee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8088,6 +8088,7 @@ def go(self,log=False):
80888088
return True
80898089
# If there is 'pilot' in SubRequestType (an alternative pilot)
80908090
if 'SubRequestType' in self.request and 'pilot' in self.request['SubRequestType']:
8091+
print "Alternative pilot"
80918092
return True
80928093

80938094
for campaign,label in pas:

0 commit comments

Comments
 (0)