We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056c945 commit a474dd5Copy full SHA for a474dd5
1 file changed
libraries/cloudharness-common/cloudharness/auth/keycloak.py
@@ -90,7 +90,7 @@ def is_uuid(s):
90
try:
91
uuid.UUID(s)
92
return True
93
- except ValueError:
+ except:
94
return False
95
96
0 commit comments