Fix CLI --infile to work properly.

This commit is contained in:
Jim Miller 2016-09-30 13:16:16 -05:00
parent 26fe5f42ef
commit f1bb729b33

View file

@ -170,7 +170,8 @@ def main(argv=None,
urls=args
if not list_only and not (args or any((options.downloadimap,
if not list_only and not (args or any((options.infile,
options.downloadimap,
options.downloadlist))):
parser.print_help();
return