From: Matthew Watkins Date: Tue, 30 Aug 2022 14:43:44 +0000 (+0100) Subject: Fix: Mislabelling of function description X-Git-Tag: v0.37.0~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F70570%2F2;p=releng%2Flftools.git Fix: Mislabelling of function description Issue: RELENG-4391 Signed-off-by: Matthew Watkins Change-Id: I65b4b14604c8b536ee5663a43b3b004f701e5660 --- diff --git a/lftools/lfidapi.py b/lftools/lfidapi.py index 1de00733..bdc7b3ae 100755 --- a/lftools/lfidapi.py +++ b/lftools/lfidapi.py @@ -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}