Fix a typo in fetch_strategy error message formatting (#6878)
This commit is contained in:

committed by
Massimiliano Culpo

parent
8555947e05
commit
824e078140
@@ -915,7 +915,7 @@ def from_kwargs(**kwargs):
|
|||||||
# Raise an error in case we can't instantiate any known strategy
|
# Raise an error in case we can't instantiate any known strategy
|
||||||
message = "Cannot instantiate any FetchStrategy"
|
message = "Cannot instantiate any FetchStrategy"
|
||||||
long_message = message + " from the given arguments : {arguments}".format(
|
long_message = message + " from the given arguments : {arguments}".format(
|
||||||
srguments=kwargs)
|
arguments=kwargs)
|
||||||
raise FetchError(message, long_message)
|
raise FetchError(message, long_message)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user