We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530f050 commit 192b3d5Copy full SHA for 192b3d5
backend/btrixcloud/operator/crawls.py
@@ -348,7 +348,7 @@ async def sync_crawls(self, data: MCSyncData):
348
params["proxy_ssh_host_public_key"] = proxy.has_host_public_key
349
350
params["add_proxies"] = proxy or (
351
- not crawl.is_qa and data.related[CMAP].get("has-proxy-match-hosts")
+ not crawl.is_qa and data.related.get(CMAP, {}).get("has-proxy-match-hosts")
352
)
353
354
params["storage_filename"] = spec["storage_filename"]
0 commit comments