Skip to content

Commit 8faaad0

Browse files
committed
q-dev: prettier device data printing
1 parent c77ed55 commit 8faaad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubesadmin/tools/qvm_device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def info_device(args):
448448
print(device.description)
449449
print(f"device ID: {device.device_id}")
450450
for key, value in device.data.items():
451-
print(key, ":", value)
451+
print(key.replace("_", " ") + ":", value)
452452

453453

454454
def init_list_parser(sub_parsers):

0 commit comments

Comments
 (0)