| commit | bdebce96965945c2ce86d80c60c17091c1a7fd42 | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Mon Jul 01 15:36:49 2019 +0000 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Tue Jul 02 12:58:19 2019 +0000 |
| tree | d422e789acc22b50e9c2a7aadfde7af3a1f67e67 | |
| parent | 99d4b173a267877a03c77bf1824be6c416442f37 [diff] [blame] |
Register operations for VIM, WIM, SDNC provide http ACCEPTED 202 on asynchronous operations Change-Id: I448dd90e74eca736af5b9e1f3f65bc45992228f0 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index b6ef64c..904abbd 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py
@@ -807,5 +807,5 @@ try: if UUID(x): return True - except (TypeError, ValueError): + except (TypeError, ValueError, AttributeError): return False