Skip to content

Commit 46a4aac

Browse files
committed
clean up py script output nits
1 parent 360c1a3 commit 46a4aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/oft-evm-move-adapters/extract_upgrade_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def main():
117117
code_bytes_list = []
118118
for module_file in module_files:
119119
module_decimal, module_size, module_bytes = read_file_as_decimal_array(module_file)
120-
print(f" - {module_file.name}: {module_size} bytes")
120+
print(f" - {module_file.name}")
121121
code_vectors.append(module_decimal)
122122
code_bytes_list.append(module_bytes)
123123

0 commit comments

Comments
 (0)