Skip to content

Remove unused eval from build_expectations_paths

This eval would only be invoked if the dictionary key was in round brackets (). However, all keys in round brackets were removed in a33eb37b.

eval is very unsafe and should be avoided.

Merge request reports

Loading