Codebase list openssl / 391f76f
print() is a function in Python 3 CLA: trivial Discovered via #7410 @ https://travis-ci.org/openssl/openssl/jobs/442003489#L440 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/7403) (cherry picked from commit 83e4533a71c5c78278e9763552a5e5f1806473ee) cclauss authored 5 years ago Dr. Matthias St. Pierre committed 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4444
4545 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
4646 + ["-artifact_prefix=" + corpora[1] + "/"] + corpora)
47 print " ".join(cmd)
47 print(" ".join(cmd))
4848 subprocess.call(cmd)
4949
5050 if __name__ == "__main__":