examples: fix printing applied connection in "ovs-external-ids.py"

lgtm.com also complained about "connection_after" being unused. This
hopefully works around that warning.
This commit is contained in:
Thomas Haller 2021-05-27 08:56:20 +02:00
parent 6c919dc897
commit 07193dabd1
No known key found for this signature in database
GPG Key ID: 29C2366E4DFC5728

View File

@ -614,7 +614,7 @@ def do_apply(nmc, device, ids_arg, do_test):
die("FAILURE to get applied connection after reapply")
_print()
connection_print(connection, MODE_APPLY, [], device.get_path(), prefix="AFTER: ")
connection_print(connection_after, MODE_APPLY, [], device.get_path(), prefix="AFTER: ")
_print()
ovs_print_external_ids("AFTER-OVS-VSCTL: ")