mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-27 16:30:56 +02:00
Add space before new line in order to fix typo (#1013)
This commit is contained in:
parent
0ce992e22e
commit
60a16fa46d
@ -219,7 +219,7 @@ def create_deletion_attempt_for_connector_id(
|
|||||||
raise HTTPException(
|
raise HTTPException(
|
||||||
status_code=400,
|
status_code=400,
|
||||||
detail=f"Connector with ID '{connector_id}' and credential ID "
|
detail=f"Connector with ID '{connector_id}' and credential ID "
|
||||||
f"'{credential_id}' is not deletable. It must be both disabled AND have"
|
f"'{credential_id}' is not deletable. It must be both disabled AND have "
|
||||||
"no ongoing / planned indexing attempts.",
|
"no ongoing / planned indexing attempts.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user