Merge "rectify 'a invalid version' to 'an invalid version'"
This commit is contained in:
commit
513ef43c6b
@ -163,7 +163,7 @@ class ListEndpointsMiddleware(object):
|
|||||||
version = self._parse_version(raw_version)
|
version = self._parse_version(raw_version)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
if raw_version.startswith('v') and '_' not in raw_version:
|
if raw_version.startswith('v') and '_' not in raw_version:
|
||||||
# looks more like a invalid version than an account
|
# looks more like an invalid version than an account
|
||||||
raise
|
raise
|
||||||
# probably no version specified, but if the client really
|
# probably no version specified, but if the client really
|
||||||
# said /endpoints/v_3/account they'll probably be sorta
|
# said /endpoints/v_3/account they'll probably be sorta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user