Loading testing/compat_asn1.py +3 −1 Original line number Diff line number Diff line Loading @@ -528,7 +528,7 @@ def main(): argparser = argparse.ArgumentParser( usage="""\ %(prog)s FILE1 [FILE2 [DEPENDENCY ...]] %(prog)s FILE1 FILE2 [DEPENDENCY ...] usage: %(prog)s -1 COMMIT1 [-2 COMMIT2] FILE1 [DEPENDENCY ...] usage: %(prog)s -h """ Loading Loading @@ -580,6 +580,8 @@ usage: %(prog)s -h ) ) else: if args.file2 is None: argparser.error("FILE2 is required") if args.commit2 is not None: argparser.error("-2 COMMIT2 provided without -1 COMMIT1") a_files = [args.file1] Loading Loading
testing/compat_asn1.py +3 −1 Original line number Diff line number Diff line Loading @@ -528,7 +528,7 @@ def main(): argparser = argparse.ArgumentParser( usage="""\ %(prog)s FILE1 [FILE2 [DEPENDENCY ...]] %(prog)s FILE1 FILE2 [DEPENDENCY ...] usage: %(prog)s -1 COMMIT1 [-2 COMMIT2] FILE1 [DEPENDENCY ...] usage: %(prog)s -h """ Loading Loading @@ -580,6 +580,8 @@ usage: %(prog)s -h ) ) else: if args.file2 is None: argparser.error("FILE2 is required") if args.commit2 is not None: argparser.error("-2 COMMIT2 provided without -1 COMMIT1") a_files = [args.file1] Loading