Merge pull request #7280 from angstwad/docker_inv_fix

Docker inventory bugfix for potential traceback
pull/4420/head
James Cammarata 2014-05-05 10:59:44 -05:00
commit ef741178c4
1 changed files with 1 additions and 1 deletions

View File

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