don't return if contact not found, just err and keep the old one

This commit is contained in:
Florent 2025-04-18 12:59:31 +02:00
parent 5f4d6f6276
commit 2a58b70a17

View file

@ -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