Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Oct 31, 2023
1 parent 95f4f37 commit 887821a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion brewtils/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ def subscribe(_wrapped=None, topic: str = None, topics=[]):
def returnTrue(self):
return True
All commands are automatically subscribe to the topic of their "{Namespace}.{System Name}.{System Version}.{Instance}.{Command}"
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
3 changes: 2 additions & 1 deletion brewtils/rest/publish_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def publish(
Args:
_topic (str): The topic to publish to
_regex_only (bool): If the request will be resolved against only annotated topics from the @subscribe command
_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
internal parameters
Expand Down

0 comments on commit 887821a

Please sign in to comment.