samba-tool group listmembers: handle group-does-not-exist error
commit40e498e743e4677a42030373e8d97f6f9763080a
authorBjörn Baumbach <bb@sernet.de>
Wed, 26 Feb 2020 12:08:43 +0000 (26 13:08 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 28 Feb 2020 03:08:45 +0000 (28 03:08 +0000)
tree4f52360f280c0427fb7f70e39f801a733bffff76
parent789d84c0a9a406f7e0c9ab48cf2f31afdc4d3829
samba-tool group listmembers: handle group-does-not-exist error

Return a error with a proper message instead of just do nothing when
the target group does not exist.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14296

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/netcmd/group.py