Merge pull request #7280 from angstwad/docker_inv_fix

Docker inventory bugfix for potential traceback
pull/7051/merge
James Cammarata 11 years ago
commit ef741178c4

@ -299,7 +299,7 @@ def list_groups():
try:
port = client.port(container, ssh_port)[0]
except (IndexError, AttributeError):
except (IndexError, AttributeError, TypeError):
port = dict()
try:

Loading…
Cancel
Save