Register operations for VIM, WIM, SDNC
[osm/NBI.git] / osm_nbi / validation.py
index b6ef64c..904abbd 100644 (file)
@@ -807,5 +807,5 @@ def is_valid_uuid(x):
     try:
         if UUID(x):
             return True
-    except (TypeError, ValueError):
+    except (TypeError, ValueError, AttributeError):
         return False