Skip to content

Commit 95739a6

Browse files
useful message
1 parent 62c0ec3 commit 95739a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cads_broker/entry_points.py

+2
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ def delete_requests(
158158
typer.echo(
159159
f"Status set to 'dismissed' for {number_of_requests} requests in the broker database."
160160
)
161+
if status == RequestStatus.accepted:
162+
typer.echo("Please restart the broker.")
161163

162164

163165
@app.command()

0 commit comments

Comments
 (0)