Update from napalm PR (#45743)

pull/45750/head
Nathaniel Case 6 years ago committed by GitHub
parent fa18d45eb3
commit 52c20bbd3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -360,8 +360,10 @@ class NetworkConnectionBase(ConnectionBase):
initialize implementation plugin options
'''
for plugin in self._implementation_plugins:
if hasattr(plugin, 'set_options'):
try:
plugin.set_options(task_keys=task_keys, var_options=var_options, direct=direct)
except AttributeError:
pass
def _update_connection_state(self):
'''

Loading…
Cancel
Save