Skip to content

Commit

Permalink
More linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Oct 31, 2023
1 parent 887821a commit 9ec59e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brewtils/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion brewtils/rest/publish_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ec59e0

Please sign in to comment.