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

corrected copy paste error

parent 69ff3537
Branches
Tags
No related merge requests found
...@@ -78,7 +78,7 @@ def internal_refresh_phase_2_ims(self): ...@@ -78,7 +78,7 @@ def internal_refresh_phase_2_ims(self):
import_unmanaged_interfaces.apply_async() import_unmanaged_interfaces.apply_async()
] ]
r = get_next_redis(config) r = get_next_redis(InventoryTask.config)
routers = r.get('netdash') routers = r.get('netdash')
assert routers assert routers
# for hostname in data.derive_router_hostnames(InventoryTask.config): # for hostname in data.derive_router_hostnames(InventoryTask.config):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment