Commit 112bbfa
authored
Fix bug preventing browser profiles and deduplication from being used together in crawls (#3234)
Fixes #3229
A bug was preventing browser profiles from being passed to the crawler
args when dedupe was enabled. This PR fixes the conditional logic in the
`crawler.yaml` template so that dedupe and profile can be used together
for crawls, but neither can be used in QA.1 parent c391356 commit 112bbfa
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
140 | 144 | | |
141 | 145 | | |
142 | 146 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | | - | |
| 151 | + | |
| 152 | + | |
150 | 153 | | |
151 | 154 | | |
152 | 155 | | |
| |||
0 commit comments