Update get_group_members.py
This commit is contained in:
parent
35eb15b793
commit
46bcc4b158
|
@ -13,7 +13,7 @@ class GetGroupMembers(Script):
|
||||||
|
|
||||||
def get_description(self) -> str:
|
def get_description(self) -> str:
|
||||||
"""Get_description."""
|
"""Get_description."""
|
||||||
return """Return the current user."""
|
return """Return the list of usernames of the users in the given group."""
|
||||||
|
|
||||||
def run(
|
def run(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Reference in New Issue