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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.