Skip to content
Snippets Groups Projects
Commit caf3e5fa authored by Robert Latta's avatar Robert Latta
Browse files

removed erroneous pipeline call. RE. DBOARD3-894

parent 3401bd4f
No related branches found
No related tags found
No related merge requests found
...@@ -652,7 +652,7 @@ def retrieve_and_persist_netconf_config_nokia( ...@@ -652,7 +652,7 @@ def retrieve_and_persist_netconf_config_nokia(
def refresh_nokia_interface_list(hostname, netconf, lab=False): def refresh_nokia_interface_list(hostname, netconf, lab=False):
r = get_next_redis(InventoryTask.config).pipeline() r = get_next_redis(InventoryTask.config)
_refresh_nokia_interface_list(hostname, netconf, r, lab) _refresh_nokia_interface_list(hostname, netconf, r, lab)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment