mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-01 11:06:13 -04: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 |
||
---|---|---|
.. | ||
__init__.py | ||
rncp.py | ||
rnid.py | ||
rnir.py | ||
rnodeconf.py | ||
rnpath.py | ||
rnprobe.py | ||
rnsd.py | ||
rnstatus.py | ||
rnx.py |