cleanup string

Change-Id: I5df26a59aa1437777f175f46fd24e59b903e53a2
This commit is contained in:
gord chung 2017-01-04 19:09:43 +00:00
parent b4bc985324
commit d7710ef5d0
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ def is_valid(value):
except (ValueError, TypeError):
if not isinstance(value, six.string_types) or not value:
return False
warnings.warn('Invalid uuid. To ensure interoperability, identifiers'
warnings.warn('Invalid uuid. To ensure interoperability, identifiers '
'should be a valid uuid.')
return True