We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a829c commit ee8d1a5Copy full SHA for ee8d1a5
1 file changed
src/datapilot/core/knowledge/cli.py
@@ -21,7 +21,7 @@ def serve(token, instance_name, backend_url, port):
21
click.echo(
22
"Error: API token and instance name are required. Use --token and --instance-name options or set them in config.", err=True
23
)
24
- raise click.Abort()
+ return
25
26
# Set context data for the handler
27
KnowledgeBaseHandler.token = token
0 commit comments