diff --git a/tests/scripts/generate_test_keys.py b/tests/scripts/generate_test_keys.py index 6aac2301ec..67e2abc0f3 100755 --- a/tests/scripts/generate_test_keys.py +++ b/tests/scripts/generate_test_keys.py @@ -100,10 +100,6 @@ def main() -> None: args = argparser.parse_args() output_file = args.output - # If the output file already exists, then we can quit (successfully) - if os.path.exists(output_file): - return - output_file = open(output_file, 'at') output_file.write( "/*********************************************************************************\n" +