Minor fix to allow omitting parameter corrections
This commit is contained in:
parent
1d14166be1
commit
b0993c8b52
@ -99,6 +99,8 @@ def _apply_parameter_corrections(n):
|
||||
|
||||
for component, attrs in iteritems(corrections):
|
||||
df = n.df(component)
|
||||
if attrs is None: continue
|
||||
|
||||
for attr, repls in iteritems(attrs):
|
||||
for i, r in iteritems(repls):
|
||||
if i == 'oid':
|
||||
|
Loading…
Reference in New Issue
Block a user