From caf3e5fa1443ae6f948d285c5dc384efe64a014e Mon Sep 17 00:00:00 2001
From: Robert Latta <robert.latta@geant.org>
Date: Thu, 7 Mar 2024 11:07:51 +0000
Subject: [PATCH] removed erroneous pipeline call. RE. DBOARD3-894

---
 inventory_provider/tasks/worker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventory_provider/tasks/worker.py b/inventory_provider/tasks/worker.py
index 956b3f61..42515b36 100644
--- a/inventory_provider/tasks/worker.py
+++ b/inventory_provider/tasks/worker.py
@@ -652,7 +652,7 @@ def retrieve_and_persist_netconf_config_nokia(
 
 
 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)
 
 
-- 
GitLab