This commit is contained in:
agroce 2019-04-25 08:59:24 -07:00
parent b369913249
commit daa082a9fb

View File

@ -39,7 +39,7 @@ def main():
parser.add_argument("--eclipser_help", action='store_true', help="Show Eclipser fuzzer command line options.")
parser.add_argument("--args", nargs=argparse.REMAINDER, help="Other arguments to pass to eclipser.")
parser.add_argument("--args", default=[], nargs=argparse.REMAINDER, help="Other arguments to pass to eclipser.",)
args = parser.parse_args()
out = args.output_test_dir