X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Futils.py;h=c68d53d408a49ed6a422f6c2c65c11c77b9f08d7;hb=refs%2Fchanges%2F03%2F10803%2F1;hp=a4be33cfb9a16ba97a445818db1e28c6b39b98a6;hpb=5ac541553bb3b751032b18dde0fa6113a789ba87;p=osm%2FMON.git diff --git a/osm_mon/core/utils.py b/osm_mon/core/utils.py index a4be33c..c68d53d 100644 --- a/osm_mon/core/utils.py +++ b/osm_mon/core/utils.py @@ -21,6 +21,7 @@ # contact: fbravo@whitestack.com or agarcia@whitestack.com ## + def find_in_list(the_list, condition_lambda): for item in the_list: if condition_lambda(item):