Fix Simulation and Proxy
Combination of changes 30188 and 30194 leads to simulation and proxy still reading 'default' instead of 'value' Change-Id: I176a42f534a4eb04916b57bb3b54e880a2531ed3 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30502 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Alexander Zaft <a.zaft@fz-juelich.de>
This commit is contained in:
@@ -35,7 +35,7 @@ class SimBase:
|
||||
extra_params = cfgdict.pop('extra_params', '') or cfgdict.pop('.extra_params', '')
|
||||
attrs = {}
|
||||
if extra_params:
|
||||
for k in extra_params['default'].split(','):
|
||||
for k in extra_params['value'].split(','):
|
||||
k = k.strip()
|
||||
attrs[k] = Parameter('extra_param: %s' % k.strip(),
|
||||
datatype=FloatRange(),
|
||||
|
||||
Reference in New Issue
Block a user