mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 15:48:52 +02:00
build_remote.py: slightly nicer formatting for binary data
This commit is contained in:
@@ -153,7 +153,7 @@ def _build_snap(
|
||||
try:
|
||||
first_block_str = first_block.decode()
|
||||
except UnicodeDecodeError:
|
||||
first_block_str = first_block.hex()
|
||||
first_block_str = first_block.hex(sep=',')
|
||||
print(f'The {target} {arch} snap file began with invalid data: {first_block_str}')
|
||||
dump_output = bool(failed_archs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user