Skip to content
Snippets Groups Projects
Commit 0f90839d authored by Philip ABBET's avatar Philip ABBET
Browse files

Remove assertion not needed anymore

parent 1af6c9e7
No related branches found
No related tags found
1 merge request!13Merge docker-related changes
...@@ -70,9 +70,6 @@ class Host(object): ...@@ -70,9 +70,6 @@ class Host(object):
self.environments = self._discover_environments(raise_on_errors=False) self.environments = self._discover_environments(raise_on_errors=False)
# makes sure we can talk to the docker host
assert self.ip
def __contains__(self, key): def __contains__(self, key):
return key in self.environments return key in self.environments
......
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