Commit 575b635b authored by Francesco Poldi's avatar Francesco Poldi

Fix userlist arg check

parent bceffa48
......@@ -22,7 +22,7 @@ def error(_error, message):
def check(args):
""" Error checking
"""
if args.username is not None:
if args.username is not None or args.userlist:
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