fixed type/bug
This commit is contained in:
parent
ffb9574312
commit
65d4169f00
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user