Commit df1cbffb authored by Francesco Poldi's avatar Francesco Poldi

Fix members_list in cly check

parent 7c40825f
...@@ -25,7 +25,7 @@ def error(_error, message): ...@@ -25,7 +25,7 @@ def error(_error, message):
def check(args): def check(args):
""" Error checking """ 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: if args.verified:
error("Contradicting Args", error("Contradicting Args",
"Please use --verified in combination with -s.") "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