Skip to content

Commit

Permalink
Add extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 12, 2024
1 parent 8955549 commit 2599f44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/do_tests_match_ref_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def download_latest_tests(output_dir):

return file_name


def extract_tarfile(tests_tarfile, temp_dir):
"""
The release artifact is a tar.gz file, this will extract it.
Expand Down Expand Up @@ -92,4 +93,4 @@ def create_normalized_file_to_hash_dict(files):
for key in reference_dict:
assert local_dict[key] == reference_dict[key], key

print("The local tests match the reference tests")
print("The local tests match the reference tests")

0 comments on commit 2599f44

Please sign in to comment.