Commit ef741178 by James Cammarata

Merge pull request #7280 from angstwad/docker_inv_fix

Docker inventory bugfix for potential traceback
parents fd03cc04 b9f7da7b
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment