Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion integration/lint_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def formatta_response_in_json_file(filepath):
return False

with open(filepath, 'w', encoding='utf-8') as f:
json.dump(data, f, indent=4)
json.dump(data, f, indent=2)

return True
else:
Expand Down Expand Up @@ -142,6 +142,7 @@ def scansiona_e_formatta_directory(directory_path):
if formatta_response_in_tar_file(filepath):
files_aggiornati += 1
files_processati += 1


print("-" * 50)
print(f"Scansione completata. File elaborati: {files_processati}. File aggiornati: {files_aggiornati}.")
Expand Down
39 changes: 0 additions & 39 deletions integration/mainnet/debug_traceBlockByNumber/test_32.json

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.