Skip to content
Snippets Groups Projects
Verified Commit f3e81de2 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: small buffer tune

parent 640525eb
No related branches found
No related tags found
No related merge requests found
Pipeline #1598 passed
......@@ -11,7 +11,7 @@ def print_buffer(filename):
buffer = [str(byte) for byte in data]
buffer_s = ", ".join(buffer)
print("[" + buffer_s + "]")
print("[%s]" % buffer_s)
if __name__ == "__main__":
if len(sys.argv) < 2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment