Skip to content

Instantly share code, notes, and snippets.

@bhcopeland
Created November 26, 2015 15:08
Show Gist options
  • Save bhcopeland/71a5f5a0140a50833adb to your computer and use it in GitHub Desktop.
Save bhcopeland/71a5f5a0140a50833adb to your computer and use it in GitHub Desktop.
for x in range(0, len(auth_content["result"])):
if auth_content["result"][x]["name"] in components:
host_ids.append(auth_content["result"][x]["_id"])
host_ids.append(auth_content["result"][x]["containers"][0]["_id"])
else:
return 1, None, auth_content["result"][x]["name"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment