From 7ff4c8fe2400244a2e6e2a86bc015b2025907b5a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 14 Nov 2016 23:27:31 -0500 Subject: Random flake8 cleanups for the latest release (#3242) --- docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/development/custom-vectors/rsa-oaep-sha2') diff --git a/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py b/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py index 5a48e0ce..bd5148f5 100644 --- a/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py +++ b/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py @@ -104,6 +104,7 @@ def write_file(data, filename): with open(filename, "w") as f: f.write(data) + oaep_path = os.path.join( "asymmetric", "RSA", "pkcs-1v2-1d2-vec", "oaep-vect.txt" ) -- cgit v1.2.3