X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2FROclient.py;h=ec31b398d1fea8d99f21e484f53a0380c0266d93;hb=refs%2Fchanges%2F07%2F6807%2F1;hp=b3bc5d54f150bce2317c532cf333ca79956e8848;hpb=fa66d156a8b8c4b8252b55f13cd1825774f21b15;p=osm%2FLCM.git diff --git a/osm_lcm/ROclient.py b/osm_lcm/ROclient.py index b3bc5d5..ec31b39 100644 --- a/osm_lcm/ROclient.py +++ b/osm_lcm/ROclient.py @@ -206,7 +206,7 @@ class ROClient: try: UUID(uuid_text) return True - except (ValueError, TypeError): + except Exception: return False @staticmethod