mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Add another invalid uuid
This is another uuid that will not be unique that may appear in some systems without a valid uuid.
This commit is contained in:
parent
c86d9f3e33
commit
43c60bc180
@ -169,6 +169,7 @@ def uuid_is_valid(uuid):
|
||||
return False
|
||||
return uuid.lower() not in ('00000000-0000-0000-0000-000000000000',
|
||||
'ffffffff-ffff-ffff-ffff-ffffffffffff',
|
||||
'00112233-4455-6677-8899-aabbccddeeff',
|
||||
'20202020-2020-2020-2020-202020202020')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user