Prevent double environments fomr unconfigured interfaces

This commit is contained in:
Thomas S Hatch 2013-01-01 13:32:33 -07:00
parent bf4501c1bd
commit a76a2e6884

View file

@ -666,6 +666,7 @@ class AESFuncs(object):
'''
mopts = dict(self.opts)
file_roots = dict(mopts['file_roots'])
file_roots = {}
envs = self._file_envs()
for env in envs:
if not env in file_roots: