Setting isTryBuilder to no where necessary
This commit is contained in:
parent
355cbdd863
commit
3060b28a96
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ def load_config (c):
|
|||
if "change_filter" in s:
|
||||
s['change_filter'] = globals ()[s['change_filter']]
|
||||
kls = globals ()[s.pop ('type')]
|
||||
s['properties'] = { 'isTryBuilder' : 'no' }
|
||||
s = dict (map (lambda key_value_pair : (str (key_value_pair[0]),
|
||||
key_value_pair[1]),
|
||||
s.items ()))
|
||||
|
|
Loading…
Reference in a new issue