Skip to content

sfm: fixed bug with engaged filters

Sam Scherf requested to merge sam.scherf/cdsutils:master into master

Filters numbered 10 and above were previously sliced into their first digit since only the third character was used. This commit fixes this bug by slicing the string from the third character to the end of the string.

Merge request reports