Skip to content

improve checkparset error message

Herman Groot requested to merge ast-1615-improve-checkparset-warning-msg into master

Improves the error/warning message printed when DP3 checks and finds unused parset keywords. I noticed that if there are are >1 keywords found, they are not separated at all. That gets unclear fast thus.

This MR changes the behavior from e.g.:

E                   *** WARNING: the following parset keywords were not used ***
E                                maybe they are misspelled
E                       solve_complexgain3.beam_intervalsolve_scalarphase3.beam_interval

To:

E                   *** WARNING: the following parset keywords were not used ***
E                                maybe they are misspelled
E                       - solve_complexgain3.beam_interval
E                       - solve_scalarphase3.beam_interval

Merge request reports

Loading