mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
don't return if contact not found, just err and keep the old one
This commit is contained in:
parent
5f4d6f6276
commit
2a58b70a17
1 changed files with 0 additions and 1 deletions
|
|
@ -200,7 +200,6 @@ Line starting with \"$\" or \".\" will issue a meshcli command.
|
|||
nc = mc.get_contact_by_name(dest)
|
||||
if nc is None:
|
||||
print(f"Contact '{dest}' not found in contacts.")
|
||||
return
|
||||
else :
|
||||
contact = nc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue