fixed type/bug

This commit is contained in:
Gregory Becker 2016-03-02 16:03:11 -08:00
parent ffb9574312
commit 65d4169f00

View File

@ -132,7 +132,7 @@ def add_compilers_to_config(scope, *compilers):
val = getattr(compiler, 'strategy')
if not val:
val = 'None'
compiler_entry[c] = val
compiler_entry['strategy'] = val
for c in _required_instance_vars:
val = getattr(compiler, c)