mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
fix(python): remove extraneous empty line from descriptors output
[skip_ci]
This commit is contained in:
parent
1d4cff97ec
commit
81ae1d0ec0
@ -240,7 +240,6 @@ def get_descriptor(client, coin, account, script_type, show_display):
|
|||||||
"""Get descriptor of given account."""
|
"""Get descriptor of given account."""
|
||||||
try:
|
try:
|
||||||
ds = _get_descriptor(client, coin, account, script_type, show_display)
|
ds = _get_descriptor(client, coin, account, script_type, show_display)
|
||||||
click.echo()
|
|
||||||
for d in ds:
|
for d in ds:
|
||||||
click.echo(d)
|
click.echo(d)
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user