don't think i needed that

This commit is contained in:
pdxlocations
2025-06-30 00:34:44 -07:00
parent 2fa85bac1f
commit 0ae23eec7e

View File

@@ -751,7 +751,7 @@ def onConnected(interface):
interface.getNode(args.dest, False, **getNode_kwargs).commitSettingsTransaction()
print("Writing modified configuration to device")
if args.export_config is not None:
if args.export_config:
if args.dest != BROADCAST_ADDR:
print("Exporting configuration of remote nodes is not supported.")
return