Skip to content

Commit 985052e

Browse files
wochingericwo
andcommitted
Update rasa/core/brokers/pika.py
Co-Authored-By: ricwo <[email protected]>
1 parent 8e60087 commit 985052e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rasa/core/brokers/pika.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,9 @@ def _get_queues_from_args(
328328
return queue_arg # pytype: disable=bad-return-type
329329

330330
raise_warning(
331-
f"No `queues` argument provided. It is suggested to explicitly "
332-
f"specify a queue as described in {DOCS_URL_PIKA_EVENT_BROKER}."
331+
f"No `queues` or `queue` argument provided. It is suggested to "
332+
f"explicitly specify a queue as described in "
333+
f"{DOCS_URL_PIKA_EVENT_BROKER}. "
333334
f"Using the default queue '{DEFAULT_QUEUE_NAME}' for now."
334335
)
335336

0 commit comments

Comments
 (0)