mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-19 20:40:41 +02:00
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:
parent
6c919dc897
commit
07193dabd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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: ")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue