Skip to content

Commit

Permalink
Fix: Mislabelling of function description
Browse files Browse the repository at this point in the history
Issue: RELENG-4391
Signed-off-by: Matthew Watkins <[email protected]>
Change-Id: I65b4b14604c8b536ee5663a43b3b004f701e5660
  • Loading branch information
ModeSevenIndustrialSolutions committed Aug 30, 2022
1 parent 0d3cdbb commit 977063d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lftools/lfidapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def check_response_code(response):


def helper_check_group_exists(group):
"""List members of a group."""
"""Check group exists."""
access_token, url = oauth_helper()
url = PARSE(url, group)
headers = {"Authorization": "Bearer " + access_token}
Expand Down

0 comments on commit 977063d

Please sign in to comment.