cli: don't show devices as receivers

This commit is contained in:
Peter F. Patel-Schneider 2020-11-06 14:15:57 -05:00
parent 66f3d5d02b
commit d81a971455
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ def run(devices, args, find_receiver, find_device):
return
dev = find_receiver(devices, device_name)
if dev:
if dev and not dev.isDevice:
_print_receiver(dev)
return