From 9ec59e0c6dce7b6abdc29b5bc3936e11e2866e44 Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:28:14 +0000 Subject: [PATCH] More linting --- brewtils/decorators.py | 2 +- brewtils/rest/publish_client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/brewtils/decorators.py b/brewtils/decorators.py index ec4c57ab..9ccceb00 100644 --- a/brewtils/decorators.py +++ b/brewtils/decorators.py @@ -387,7 +387,7 @@ def subscribe(_wrapped=None, topic: str = None, topics=[]): def returnTrue(self): return True - All commands are automatically subscribe to the topic of + All commands are automatically subscribe to the topic of their "{Namespace}.{System Name}.{System Version}.{Instance}.{Command}" Command will only be triggered once per publish event, even if it matches on multiple topics. diff --git a/brewtils/rest/publish_client.py b/brewtils/rest/publish_client.py index fbea3df2..2020bfb4 100644 --- a/brewtils/rest/publish_client.py +++ b/brewtils/rest/publish_client.py @@ -69,7 +69,7 @@ def publish( Args: _topic (str): The topic to publish to - _regex_only (bool): If the request will be resolved against only annotated topics + _regex_only (bool): If the request will be resolved against only annotated topics from the @subscribe command _propagate (bool): If the request will be pushed up to the parent to be resolved. kwargs (dict): All necessary request parameters, including Beer-garden