Commit 33d288b4 authored by Francesco Poldi's avatar Francesco Poldi

Fix members_list in cly check

parent 09c5c1b9
......@@ -25,7 +25,7 @@ def error(_error, message):
def check(args):
""" Error checking
"""
if args.username is not None or args.userlist:
if args.username is not None or args.userlist or args.members_list:
if args.verified:
error("Contradicting Args",
"Please use --verified in combination with -s.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment