Commit 5c05543
Fix MassListBaseClass ignoring user-configured DataInputSetting
MassListBaseClass.__init__ used deepcopy(DataInputSetting()) which
always creates a fresh default instance, ignoring any user
customizations set on MSParameters.data_input. Changed to use
deepcopy(MSParameters.data_input) so user-configured parameters
(e.g. header_translate mappings) are respected.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0176770 commit 5c05543
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
115 | | - | |
| 114 | + | |
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
| |||
0 commit comments