Skip to content
Snippets Groups Projects
Commit bed80fdc authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Fix typo

parent bfbfcf61
No related branches found
No related tags found
1 merge request!90Fix typo
......@@ -14,7 +14,7 @@ def import_dep_info(file_path, endpoint_keys):
data = json.load(f)
endpoints = {}
for key,value in data['output'].items():
for key,value in data['outputs'].items():
if "_ip" in key:
if isinstance(value, str):
logging.info(f"Endpoint: {value}:{SSH_PORT}")
......
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