rsmtool
rsmtool copied to clipboard
Rename argument name in `configuration_parser.check_flag_column()`
It's confusing that the name of the argument is flag_column and one of the values that it takes is also flag_column. This makes the docstring very confusing to write.
We should rename the argument to flag_column_name