We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa85ba commit 0ae23eeCopy full SHA for 0ae23ee
1 file changed
meshtastic/__main__.py
@@ -751,7 +751,7 @@ def onConnected(interface):
751
interface.getNode(args.dest, False, **getNode_kwargs).commitSettingsTransaction()
752
print("Writing modified configuration to device")
753
754
- if args.export_config is not None:
+ if args.export_config:
755
if args.dest != BROADCAST_ADDR:
756
print("Exporting configuration of remote nodes is not supported.")
757
return
0 commit comments