Skip to content
Snippets Groups Projects
Commit dcc0d4c0 authored by Erik Reid's avatar Erik Reid
Browse files

fixed typo

parent 77b9346e
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ def update_junosspace_device_list(self):
routers = {}
for d in juniper.load_routers_from_junosspace(
InventoryTask.config['junosspace']):
routers['junosspace:' + d['hostname']] = json.dumps(d).endode('utf-8')
routers['junosspace:' + d['hostname']] = json.dumps(d).encode('utf-8')
self.update_state(
state=states.STARTED,
......
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