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 aa78c1a commit 2a48ef6Copy full SHA for 2a48ef6
backend/btrixcloud/crawlconfigs.py
@@ -547,8 +547,7 @@ async def update_crawl_config(
547
)
548
if orig_crawl_config.config.failOnContentCheck:
549
if not update.config or (
550
- update.config
551
- and update.config.failOnContentCheck not in (None, False)
+ update.config and update.config.failOnContentCheck is not False
552
):
553
raise HTTPException(
554
status_code=400, detail="fail_on_content_check_requires_profile"
0 commit comments