mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-27 22:25:37 +00:00
Add check to ensure `management_identity` is provided when using remote query flag (`-R`). Prevents `TypeError` and provides clear error message when user forgets to specify identity file with `-i` flag. Before: `expected str, bytes or os.PathLike object, not NoneType` After: `Remote management requires an identity file. Use -i to specify the path to a management identity.` Fixes #792 |
||
|---|---|---|
| .. | ||
| Cryptography | ||
| Interfaces | ||
| Utilities | ||
| vendor | ||
| __init__.py | ||
| _version.py | ||
| Buffer.py | ||
| Channel.py | ||
| Destination.py | ||
| Identity.py | ||
| Link.py | ||
| Packet.py | ||
| Resolver.py | ||
| Resource.py | ||
| Reticulum.py | ||
| Transport.py | ||