Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0d3cdbb
)
Fix: Mislabelling of function description
70/70570/2
author
Matthew Watkins
<mwatkins@linuxfoundation.org>
Tue, 30 Aug 2022 14:43:44 +0000
(15:43 +0100)
committer
Matthew Watkins
<mwatkins@linuxfoundation.org>
Tue, 30 Aug 2022 15:30:25 +0000
(16:30 +0100)
Issue: RELENG-4391
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: I65b4b14604c8b536ee5663a43b3b004f701e5660
lftools/lfidapi.py
patch
|
blob
|
history
diff --git
a/lftools/lfidapi.py
b/lftools/lfidapi.py
index
1de0073
..
bdc7b3a
100755
(executable)
--- 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}