Comment 1 for bug 1005889

Revision history for this message
Andy Smith (grifferz) wrote :

self._config_hosts = [h['host'].lower() for h in c._config if not '*' in h['host']]

seems to work for me.